Kaynağa Gözat

docs(TaskProcessingApi): Fix result endpoint description

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/45354/head
provokateurin 1 ay önce
ebeveyn
işleme
79e153735c
Failed to extract signature

+ 1
- 1
core/Controller/TaskProcessingApiController.php Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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…
İptal
Kaydet