mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
docs(TaskProcessingApi): Fix result endpoint description
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
bd6989d365
commit
79e153735c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue