Skip to content

Commit cf6bf23

Browse files
committed
fix: v1 response
1 parent cac7fe6 commit cf6bf23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/ingestion/paths/tasks/v1/searchTasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ post:
2020
content:
2121
application/json:
2222
schema:
23-
title: searchTasksResponse
23+
title: searchTasksResponseV1
2424
type: array
2525
items:
2626
$ref: '../../../common/schemas/task.yml#/TaskV1'

specs/ingestion/paths/tasks/v1/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ get:
2424
content:
2525
application/json:
2626
schema:
27-
title: listTasksResponse
27+
title: listTasksResponseV1
2828
type: object
2929
description: Configured tasks and pagination information.
3030
additionalProperties: false

0 commit comments

Comments
 (0)