File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed
specs/ingestion/paths/tasks/v1 Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 44 summary : Enable a task
55 description : Enables a task using the v1 endpoint, please use `enableTask` instead.
66 operationId : enableTaskV1
7+ deprecated : true
78 x-acl :
89 - addObject
910 - deleteIndex
Original file line number Diff line number Diff line change 44 summary : Run a task
55 description : Runs a task using the v1 endpoint, please use `runTask` instead. You can check the status of task runs with the observability endpoints.
66 operationId : runTaskV1
7+ deprecated : true
78 x-acl :
89 - addObject
910 - deleteIndex
Original file line number Diff line number Diff line change 44 summary : Search for tasks
55 description : Searches for tasks using the v1 endpoint, please use `searchTasks` instead.
66 operationId : searchTasksV1
7+ deprecated : true
78 x-acl :
89 - addObject
910 - deleteIndex
Original file line number Diff line number Diff line change 44 summary : Retrieve a task
55 description : Retrieves a task by its ID using the v1 endpoint, please use `getTask` instead.
66 operationId : getTaskV1
7+ deprecated : true
78 x-acl :
89 - addObject
910 - deleteIndex
2627 summary : Update a task
2728 description : Updates a task by its ID using the v1 endpoint, please use `updateTask` instead.
2829 operationId : updateTaskV1
30+ deprecated : true
2931 parameters :
3032 - $ref : ' ../../../common/parameters.yml#/pathTaskID'
3133 x-codegen-request-body-name : taskUpdate
@@ -51,6 +53,7 @@ delete:
5153 summary : Delete a task
5254 description : Deletes a task by its ID using the v1 endpoint, please use `deleteTask` instead.
5355 operationId : deleteTaskV1
56+ deprecated : true
5457 parameters :
5558 - $ref : ' ../../../common/parameters.yml#/pathTaskID'
5659 responses :
Original file line number Diff line number Diff line change 44 summary : List tasks
55 description : Retrieves a list of tasks using the v1 endpoint, please use `getTasks` instead.
66 operationId : listTasksV1
7+ deprecated : true
78 x-acl :
89 - addObject
910 - deleteIndex
4748 summary : Create a task
4849 description : Creates a new task using the v1 endpoint, please use `createTask` instead.
4950 operationId : createTaskV1
51+ deprecated : true
5052 x-codegen-request-body-name : taskCreate
5153 requestBody :
5254 description : Request body for creating a task.
You can’t perform that action at this time.
0 commit comments