Skip to content

Commit 4ec0e13

Browse files
authored
fix(specs): more indexing actions to push (#4930)
1 parent 854bb88 commit 4ec0e13

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

specs/ingestion/common/schemas/task.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ PushTaskPayload:
612612
type: object
613613
properties:
614614
action:
615-
$ref: '#/action'
615+
$ref: '../../../common/schemas/Batch.yml#/action'
616616
records:
617617
type: array
618618
items:
@@ -627,12 +627,3 @@ PushTaskPayload:
627627
required:
628628
- action
629629
- records
630-
631-
action:
632-
type: string
633-
enum:
634-
- addObject
635-
- updateObject
636-
- partialUpdateObject
637-
- partialUpdateObjectNoCreate
638-
description: Type of indexing operation.

0 commit comments

Comments
 (0)