chore: Update Contact Inbox create API documentation (#1650)
This commit is contained in:
@@ -948,9 +948,19 @@
|
||||
"summary": "Create contact inbox",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "inbox_id",
|
||||
"in": "params",
|
||||
"type": "number"
|
||||
"name": "data",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"inbox_id": {
|
||||
"type": "number",
|
||||
"description": "The id of the inbox",
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
Reference in New Issue
Block a user