Skip to content

Commit c98f49c

Browse files
committed
fix: type makeDefault
1 parent 46e4aff commit c98f49c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ paths:
12321232
'500':
12331233
description: Server error
12341234

1235-
/prompts/{promptId}/makedefault:
1235+
/prompts/{promptId}/makeDefault:
12361236
put:
12371237
summary: Set a version as the default for a prompt
12381238
operationId: updatePromptDefault
@@ -1510,7 +1510,7 @@ paths:
15101510
'500':
15111511
description: Server error
15121512

1513-
/prompts/partials/{promptPartialId}/makedefault:
1513+
/prompts/partials/{promptPartialId}/makeDefault:
15141514
put:
15151515
summary: Set a version as the default for a prompt partial
15161516
operationId: updatePromptPartialDefault

0 commit comments

Comments
 (0)