mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-19 13:34:19 +00:00
Add receive definitions to the docs files
This commit is contained in:
parent
6ac432b509
commit
1f222d7261
1345
src/docs/docs.go
1345
src/docs/docs.go
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user