We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46e4aff + c98f49c commit 4bfa6b6Copy full SHA for 4bfa6b6
openapi.yaml
@@ -1232,7 +1232,7 @@ paths:
1232
'500':
1233
description: Server error
1234
1235
- /prompts/{promptId}/makedefault:
+ /prompts/{promptId}/makeDefault:
1236
put:
1237
summary: Set a version as the default for a prompt
1238
operationId: updatePromptDefault
@@ -1510,7 +1510,7 @@ paths:
1510
1511
1512
1513
- /prompts/partials/{promptPartialId}/makedefault:
+ /prompts/partials/{promptPartialId}/makeDefault:
1514
1515
summary: Set a version as the default for a prompt partial
1516
operationId: updatePromptPartialDefault
0 commit comments