Update a Roundtable agent template
PATCH /v1/institution/agent-templates/:templateId — Updates a user-created agent template. Built-in templates are immutable.
PATCH /v1/institution/agent-templates/:templateId
Updates a user-created agent template. Built-in templates are immutable.
| Method | PATCH |
| Path | /v1/institution/agent-templates/:templateId |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "description": "Updated method" }Response body
{ "template": {} }