Chore: Update Swagger API docs (#608)

This commit is contained in:
Pranav Raj S
2020-03-11 16:19:13 +05:30
committed by GitHub
parent a5b1e2b650
commit 260e40831a
23 changed files with 1014 additions and 463 deletions

View File

@@ -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'

View File

@@ -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