Просмотр исходного кода

docs(TaskProcessingApi): Fix result endpoint description

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/45354/head
provokateurin 1 месяц назад
Родитель
Сommit
79e153735c
Не удалось извлечь подпись
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      core/Controller/TaskProcessingApiController.php
  2. 1
    1
      core/openapi.json

+ 1
- 1
core/Controller/TaskProcessingApiController.php Просмотреть файл

} }


/** /**
* This endpoint sets the task progress
* This endpoint sets the task result
* *
* @param int $taskId The id of the task * @param int $taskId The id of the task
* @param array<string,mixed>|null $output The resulting task output * @param array<string,mixed>|null $output The resulting task output

+ 1
- 1
core/openapi.json Просмотреть файл

"/ocs/v2.php/taskprocessing/tasks/{taskId}/result": { "/ocs/v2.php/taskprocessing/tasks/{taskId}/result": {
"post": { "post": {
"operationId": "task_processing_api-set-result", "operationId": "task_processing_api-set-result",
"summary": "This endpoint sets the task progress",
"summary": "This endpoint sets the task result",
"tags": [ "tags": [
"task_processing_api" "task_processing_api"
], ],

Загрузка…
Отмена
Сохранить