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 854bb88 commit 4ec0e13Copy full SHA for 4ec0e13
specs/ingestion/common/schemas/task.yml
@@ -612,7 +612,7 @@ PushTaskPayload:
612
type: object
613
properties:
614
action:
615
- $ref: '#/action'
+ $ref: '../../../common/schemas/Batch.yml#/action'
616
records:
617
type: array
618
items:
@@ -627,12 +627,3 @@ PushTaskPayload:
627
required:
628
- action
629
- 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