Chore: Swagger Docs V1 (#546)
This commit is contained in:
6
swagger/definitions/request/contact/create.yml
Normal file
6
swagger/definitions/request/contact/create.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
type: object
|
||||
properties:
|
||||
account_id:
|
||||
type: number
|
||||
inbox_id:
|
||||
type: number
|
||||
8
swagger/definitions/request/contact/update.yml
Normal file
8
swagger/definitions/request/contact/update.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
email:
|
||||
type: string
|
||||
phone_number:
|
||||
type: string
|
||||
Reference in New Issue
Block a user