mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-20 13:44:17 +00:00
Add scheme to satisfy liblab
This commit is contained in:
parent
e16eed4580
commit
a8494b70bd
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"host": "localhost:8080",
|
"host": "localhost:8080",
|
||||||
"basePath": "/",
|
"basePath": "/",
|
||||||
|
"schemes": ["http"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"/v1/about": {
|
"/v1/about": {
|
||||||
"get": {
|
"get": {
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
host: localhost:8080
|
host: localhost:8080
|
||||||
basePath: /
|
basePath: /
|
||||||
|
schemes:
|
||||||
|
- http
|
||||||
definitions:
|
definitions:
|
||||||
api.AddDeviceRequest:
|
api.AddDeviceRequest:
|
||||||
properties:
|
properties:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user