docs(TaskProcessingApi): Fix result endpoint description

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-05-16 12:33:15 +02:00
parent bd6989d365
commit 79e153735c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"
],