Chore: Update Swagger API docs (#608)
This commit is contained in:
@@ -8,11 +8,15 @@ properties:
|
||||
properties:
|
||||
id:
|
||||
type: number
|
||||
description: ID fo the sender
|
||||
name:
|
||||
type: string
|
||||
description: The name of the sender
|
||||
thumbnail:
|
||||
type: string
|
||||
description: Avatar URL of the contact
|
||||
channel:
|
||||
type: string
|
||||
description: Channel Type
|
||||
assignee:
|
||||
$ref: '#/definitions/user'
|
||||
|
||||
@@ -2,6 +2,8 @@ type: object
|
||||
properties:
|
||||
id:
|
||||
type: number
|
||||
description: Id of the user
|
||||
availability_status:
|
||||
type: string
|
||||
enum: ['online', 'offline']
|
||||
enum: ['online', 'offline']
|
||||
description: Availability status of the user
|
||||
|
||||
Reference in New Issue
Block a user