Add receive definitions to the docs files

This commit is contained in:
Era Dorta 2026-05-04 14:09:43 +01:00
parent 6ac432b509
commit 1f222d7261
2 changed files with 1358 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +1,15 @@
{ {
"schemes": ["http","https"], "schemes": [
"http"
],
"swagger": "2.0", "swagger": "2.0",
"info": { "info": {
"description": "This is the Signal Cli REST API documentation.", "description": "This is the Signal Cli REST API documentation.",
"title": "Signal Cli REST API", "title": "Signal Cli REST API",
"contact": {}, "contact": {},
"version": "0.99" "version": "1.0"
}, },
"host": "192.168.0.166:8080", "host": "localhost:8080",
"basePath": "/", "basePath": "/",
"paths": { "paths": {
"/v1/about": { "/v1/about": {
@ -3922,6 +3924,9 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"id"
],
"type": "object" "type": "object"
}, },
"busyMessage": { "busyMessage": {
@ -3930,6 +3935,9 @@
"type": "integer" "type": "integer"
} }
}, },
"required": [
"id"
],
"type": "object" "type": "object"
}, },
"hangupMessage": { "hangupMessage": {
@ -3945,6 +3953,7 @@
} }
}, },
"required": [ "required": [
"id",
"deviceId" "deviceId"
], ],
"type": "object" "type": "object"
@ -3959,6 +3968,9 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"id"
],
"type": "object" "type": "object"
}, },
"type": "array" "type": "array"
@ -3975,6 +3987,9 @@
"type": "string" "type": "string"
} }
}, },
"required": [
"id"
],
"type": "object" "type": "object"
} }
}, },