mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-20 13:44:17 +00:00
update Swagger documentation
This commit is contained in:
parent
451010c875
commit
193a9f1e5b
@ -1449,6 +1449,12 @@ var doc = `{
|
|||||||
"description": "Specify the maximum number of messages to receive (default: unlimited)",
|
"description": "Specify the maximum number of messages to receive (default: unlimited)",
|
||||||
"name": "max_messages",
|
"name": "max_messages",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"description": "Specify whether read receipts should be sent when receiving messages",
|
||||||
|
"name": "send_read_receipts",
|
||||||
|
"in": "query"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
|||||||
@ -1433,6 +1433,12 @@
|
|||||||
"description": "Specify the maximum number of messages to receive (default: unlimited)",
|
"description": "Specify the maximum number of messages to receive (default: unlimited)",
|
||||||
"name": "max_messages",
|
"name": "max_messages",
|
||||||
"in": "query"
|
"in": "query"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "string",
|
||||||
|
"description": "Specify whether read receipts should be sent when receiving messages",
|
||||||
|
"name": "send_read_receipts",
|
||||||
|
"in": "query"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"responses": {
|
"responses": {
|
||||||
|
|||||||
@ -1303,6 +1303,10 @@ paths:
|
|||||||
in: query
|
in: query
|
||||||
name: max_messages
|
name: max_messages
|
||||||
type: string
|
type: string
|
||||||
|
- description: Specify whether read receipts should be sent when receiving messages
|
||||||
|
in: query
|
||||||
|
name: send_read_receipts
|
||||||
|
type: string
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user