Skip to content

Commit 2fe884b

Browse files
committed
chore: replaceTask
1 parent 2b3a2d8 commit 2fe884b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specs/ingestion/common/schemas/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ TaskCreateResponse:
179179
- taskID
180180
- createdAt
181181

182-
TaskFullUpdate:
182+
TaskReplace:
183183
type: object
184184
additionalProperties: false
185185
description: API request body for updating a task.

specs/ingestion/paths/tasks/v2/taskID.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ put:
2525
- tasks
2626
summary: Fully updates a task
2727
description: Fully updates a task by its ID, use partialUpdateTask if you only want to update a subset of fields.
28-
operationId: fullUpdateTask
28+
operationId: replaceTask
2929
parameters:
3030
- $ref: '../../../common/parameters.yml#/pathTaskID'
3131
requestBody:
3232
content:
3333
application/json:
3434
schema:
35-
$ref: '../../../common/schemas/task.yml#/TaskFullUpdate'
35+
$ref: '../../../common/schemas/task.yml#/TaskReplace'
3636
required: true
3737
responses:
3838
'200':

0 commit comments

Comments
 (0)