Chore: Update Swagger API docs (#608)
This commit is contained in:
@@ -2,6 +2,6 @@ type: object
|
||||
properties:
|
||||
payload:
|
||||
type: array
|
||||
description: 'array of labels'
|
||||
description: Array of labels
|
||||
items:
|
||||
type: string
|
||||
|
||||
@@ -1,19 +1,5 @@
|
||||
type: object
|
||||
properties:
|
||||
meta:
|
||||
type: object
|
||||
properties:
|
||||
labels:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
additional_attributes:
|
||||
type: object
|
||||
contact_id:
|
||||
type: number
|
||||
payload:
|
||||
type: array
|
||||
description: 'array of messages'
|
||||
items:
|
||||
allOf:
|
||||
- $ref: '#/definitions/extended_message'
|
||||
allOf:
|
||||
- $ref: '#/definitions/generic_id'
|
||||
- $ref: '#/definitions/conversation'
|
||||
- $ref: '../contact/conversation.yml'
|
||||
|
||||
Reference in New Issue
Block a user