GET /api/v1/templates
List templates, optionally filtered by category.Query Parameters
Response
POST /api/v1/templates
Create a new template. Editor or Admin.Request Body
Example
Response (201)
Returns the created template object.GET /api/v1/templates/
Get a single template by ID.PUT /api/v1/templates/
Update a template. Editor or Admin.Request Body
Same fields as POST, all optional.DELETE /api/v1/templates/
Delete a template. System templates cannot be deleted. Admin only.Response
204 No Content on success.