diff options
author | provokateurin <kate@provokateurin.de> | 2024-04-08 20:09:24 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-04-08 20:09:24 +0200 |
commit | f8ab422d81d9a331b5f60a7fc24f368088384d91 (patch) | |
tree | 30914fa324d934bc9ff8db7230efaf630142d61a /apps/user_status | |
parent | 8aa294567ddc6c16fc672a6e2f82fe0538649aa9 (diff) | |
download | nextcloud-server-f8ab422d81d9a331b5f60a7fc24f368088384d91.tar.gz nextcloud-server-f8ab422d81d9a331b5f60a7fc24f368088384d91.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.json | 137 |
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": {} + } + } + } } } } |