summaryrefslogtreecommitdiffstats
path: root/openapi.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-13 14:54:29 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-23 15:48:00 +0200
commit2b6cf6c476bd2d4d7115f8761472466bf862cb5e (patch)
treed078434bbd044391564dd09bb165ab0793686c39 /openapi.json
parent0ca97658d0d826c8bb488a5550cb86b218da3da3 (diff)
fix(docs): Add capability configs for all the SIP states
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'openapi.json')
-rw-r--r--openapi.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/openapi.json b/openapi.json
index c2d151307..f7c26648c 100644
--- a/openapi.json
+++ b/openapi.json
@@ -655,7 +655,10 @@
"recording-consent",
"supported-reactions",
"predefined-backgrounds",
- "can-upload-background"
+ "can-upload-background",
+ "sip-enabled",
+ "sip-dialout-enabled",
+ "can-enable-sip"
],
"properties": {
"enabled": {
@@ -685,6 +688,15 @@
},
"can-upload-background": {
"type": "boolean"
+ },
+ "sip-enabled": {
+ "type": "boolean"
+ },
+ "sip-dialout-enabled": {
+ "type": "boolean"
+ },
+ "can-enable-sip": {
+ "type": "boolean"
}
}
},