Skip to content

Commit f472aac

Browse files
committed
chore: specs
1 parent 7f69d6e commit f472aac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specs/ingestion/common/schemas/task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ PushTaskPayload:
612612
type: object
613613
properties:
614614
action:
615-
$ref: '../../../../common/schemas/Batch.yml#/action'
615+
$ref: '../../../common/schemas/Batch.yml#/action'
616616
records:
617617
type: array
618618
items:
@@ -623,7 +623,7 @@ PushTaskPayload:
623623
- objectID
624624
properties:
625625
objectID:
626-
$ref: '../../../../common/parameters.yml#/objectID'
626+
$ref: '../../../common/parameters.yml#/objectID'
627627
required:
628628
- action
629629
- records

specs/ingestion/paths/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ post:
2626
content:
2727
application/json:
2828
schema:
29-
$ref: '../../../common/schemas/common.yml#/WatchResponse'
29+
$ref: '../common/schemas/common.yml#/WatchResponse'
3030
'400':
31-
$ref: '../../../../common/responses/BadRequest.yml'
31+
$ref: '../../common/responses/BadRequest.yml'

0 commit comments

Comments
 (0)