Description
PUT /defaultsettings/templates/ Description: Update an existing template. Only the template creator can update it (unless it’s a system template). Method:PUT
Path Parameters:
| Parameter | Type | Description | Required |
|---|---|---|---|
| templateId | uuid | ID of template to update | Yes |
| Parameter | Type | Description | Required |
|---|---|---|---|
| name | string | Template name | No |
| description | string | Template description | No |
| settings | object | Template settings | No |
| isPublic | boolean | Public visibility | No |
| tags | array | Tags for categorization | No |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
ID of the template to update
Body
application/json