We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac7fe6 commit cf6bf23Copy full SHA for cf6bf23
specs/ingestion/paths/tasks/v1/searchTasks.yml
@@ -20,7 +20,7 @@ post:
20
content:
21
application/json:
22
schema:
23
- title: searchTasksResponse
+ title: searchTasksResponseV1
24
type: array
25
items:
26
$ref: '../../../common/schemas/task.yml#/TaskV1'
specs/ingestion/paths/tasks/v1/tasks.yml
@@ -24,7 +24,7 @@ get:
27
- title: listTasksResponse
+ title: listTasksResponseV1
28
type: object
29
description: Configured tasks and pagination information.
30
additionalProperties: false
0 commit comments