Selaa lähdekoodia

docs(TaskProcessingApi): Fix result endpoint description

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/45354/head
provokateurin 1 kuukausi sitten
vanhempi
commit
79e153735c
Failed to extract signature
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      core/Controller/TaskProcessingApiController.php
  2. 1
    1
      core/openapi.json

+ 1
- 1
core/Controller/TaskProcessingApiController.php Näytä tiedosto

@@ -363,7 +363,7 @@ class TaskProcessingApiController extends \OCP\AppFramework\OCSController {
}

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

+ 1
- 1
core/openapi.json Näytä tiedosto

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

Loading…
Peruuta
Tallenna