fix: Update openapi descriptions

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/55732/head
Marcel Klehr 2025-10-14 08:51:32 +07:00
parent 5e0c7a5813
commit bd2e629e3b
3 changed files with 168 additions and 6 deletions

@ -6487,7 +6487,6 @@
"text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -6693,6 +6692,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
}
@ -6705,7 +6732,6 @@
"text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -6849,6 +6875,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
},

@ -6487,7 +6487,6 @@
"text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -6693,6 +6692,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
}
@ -6705,7 +6732,6 @@
"text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -6849,6 +6875,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
},

@ -10000,7 +10000,6 @@
"core/text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -10206,6 +10205,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
}
@ -10218,7 +10245,6 @@
"core/text_processing_api"
],
"security": [
{},
{
"bearer_auth": []
},
@ -10362,6 +10388,34 @@
}
}
}
},
"401": {
"description": "Current user is not logged in",
"content": {
"application/json": {
"schema": {
"type": "object",
"required": [
"ocs"
],
"properties": {
"ocs": {
"type": "object",
"required": [
"meta",
"data"
],
"properties": {
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
"data": {}
}
}
}
}
}
}
}
}
},