Skip to content

Commit 839f3c4

Browse files
niklubnik
and
nik
authored
fix: DIA-1402: Add ?async=true/false parameter to /refine (#33)
Co-authored-by: nik <[email protected]>
1 parent 5fab6ed commit 839f3c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/openapi/resources/prompts.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ paths:
329329
required: true
330330
schema:
331331
type: integer
332+
- name: async
333+
in: query
334+
description: Run the refinement job asynchronously
335+
required: false
336+
schema:
337+
type: boolean
332338
requestBody:
333339
$ref: "#/components/requestBodies/api_prompts_versions_refine_prompt_create"
334340
responses:

0 commit comments

Comments
 (0)