Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Oct 10, 2024
1 parent 0166566 commit a8e40fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/backend/src/api/v1/template-versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function unCamelExtras(version: any) {
* @openapi
* /v1/template-versions/latest:
* get:
* summary: Get the latest version of a template
* summary: Get the latest version
* description: |
* This is the most common endpoint you'll use when working with prompt templates.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/api/v1/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ templates.patch(
* @openapi
* /v1/templates/{id}/versions:
* post:
* summary: Create a new version for a template
* summary: Create a new version
* description: |
* This endpoint allows you to push a new version of a prompt.
* You can specify the content, extra parameters, test values, draft status, and notes for the new version.
Expand Down

0 comments on commit a8e40fb

Please sign in to comment.