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.
action
dirty_values
1 parent 71c814c commit 9cfc4ceCopy full SHA for 9cfc4ce
1 file changed
openapi.yml
@@ -744,14 +744,10 @@ paths:
744
type: integer
745
return_doc:
746
type: boolean
747
- - name: action
748
- in: query
749
- schema:
750
- $ref: "#/components/schemas/IndexAction"
751
- - name: dirty_values
752
753
754
- $ref: "#/components/schemas/DirtyValues"
+ action:
+ $ref: "#/components/schemas/IndexAction"
+ dirty_values:
+ $ref: "#/components/schemas/DirtyValues"
755
requestBody:
756
description: The json array of documents or the JSONL file to import
757
content:
0 commit comments