diff --git a/fern/openapi.json b/fern/openapi.json index 8e3c002d..de83b3e2 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -16483,7 +16483,7 @@ "post": { "description": "Creates an Agent or multiple Agents from a template", "summary": "Create Agents From Template", - "tags": ["newTemplates"], + "tags": ["templates"], "parameters": [ { "name": "template_version", @@ -16495,7 +16495,7 @@ "description": "The template version, formatted as {template-name}:{version-number} or {template-name}:latest. This endpoint is not available for self-hosted Letta." } ], - "operationId": "newTemplates.createAgentsFromTemplate", + "operationId": "templates.createAgentsFromTemplateNoProject", "requestBody": { "description": "Body", "content": {