Skip to content

Commit 9cfc4ce

Browse files
authored
revert: make action and dirty_values children of import param (#74)
1 parent 71c814c commit 9cfc4ce

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

openapi.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -744,14 +744,10 @@ paths:
744744
type: integer
745745
return_doc:
746746
type: boolean
747-
- name: action
748-
in: query
749-
schema:
750-
$ref: "#/components/schemas/IndexAction"
751-
- name: dirty_values
752-
in: query
753-
schema:
754-
$ref: "#/components/schemas/DirtyValues"
747+
action:
748+
$ref: "#/components/schemas/IndexAction"
749+
dirty_values:
750+
$ref: "#/components/schemas/DirtyValues"
755751
requestBody:
756752
description: The json array of documents or the JSONL file to import
757753
content:

0 commit comments

Comments
 (0)