summaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-04-08 20:09:24 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-04-08 19:47:50 +0000
commit79816d93b54ffdd8607927860f2aeb2afd50fd05 (patch)
tree58a3e7e852deff0100336bc94e5c6b2410922be9 /apps/user_status
parentd10316ac7042d8251dffd54bcedeb45915795c35 (diff)
downloadnextcloud-server-79816d93b54ffdd8607927860f2aeb2afd50fd05.tar.gz
nextcloud-server-79816d93b54ffdd8607927860f2aeb2afd50fd05.zip
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/openapi.json137
1 files changed, 101 insertions, 36 deletions
diff --git a/apps/user_status/openapi.json b/apps/user_status/openapi.json
index 009973bc195..832e9e65e45 100644
--- a/apps/user_status/openapi.json
+++ b/apps/user_status/openapi.json
@@ -330,32 +330,7 @@
}
},
"204": {
- "description": "User has no status to keep alive",
- "content": {
- "application/json": {
- "schema": {
- "type": "object",
- "required": [
- "ocs"
- ],
- "properties": {
- "ocs": {
- "type": "object",
- "required": [
- "meta",
- "data"
- ],
- "properties": {
- "meta": {
- "$ref": "#/components/schemas/OCSMeta"
- },
- "data": {}
- }
- }
- }
- }
- }
- }
+ "description": "User has no status to keep alive"
}
}
}
@@ -578,9 +553,27 @@
"404": {
"description": "The user was not found",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}
@@ -649,9 +642,27 @@
"404": {
"description": "The user was not found",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}
@@ -729,9 +740,27 @@
"400": {
"description": "The status type is invalid",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}
@@ -819,9 +848,27 @@
"400": {
"description": "The clearAt or message-id is invalid",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}
@@ -918,9 +965,27 @@
"400": {
"description": "The clearAt or icon is invalid or the message is too long",
"content": {
- "text/plain": {
+ "application/json": {
"schema": {
- "type": "string"
+ "type": "object",
+ "required": [
+ "ocs"
+ ],
+ "properties": {
+ "ocs": {
+ "type": "object",
+ "required": [
+ "meta",
+ "data"
+ ],
+ "properties": {
+ "meta": {
+ "$ref": "#/components/schemas/OCSMeta"
+ },
+ "data": {}
+ }
+ }
+ }
}
}
}