Update a Roundtable template
PATCH /v1/institution/roundtable-templates/:templateId — Updates a user-created Roundtable title, description, or configuration.
PATCH /v1/institution/roundtable-templates/:templateId
Updates a user-created Roundtable title, description, or configuration.
| Method | PATCH |
| Path | /v1/institution/roundtable-templates/:templateId |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "title": "Updated committee" }Response body
{ "template": {} }