Skip to content

Commit 60833e9

Browse files
author
nik
committed
Make refinement job_id required
1 parent 18458db commit 60833e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fern/openapi/resources/prompts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ paths:
301301
- name: refinement_job_id
302302
in: query
303303
description: Refinement Job ID acquired from the `POST /api/prompts/{prompt_id}/versions/{version_id}/refine` endpoint
304+
required: true
305+
schema:
306+
type: string
304307
responses:
305308
"200":
306309
description: ""

0 commit comments

Comments
 (0)