(Click to open topic with navigation)
The PUT method replaces the existing template with your modified template. To only change one or more specific attributes of an existing template, use the PATCH method. See 4.18 Modify Template Attributes.
In this topic:
PUT /api/templates/<id>/
Parameter | Required | Type | Description | Example |
---|---|---|---|---|
id | Yes | Integer | Numerical identifier of the template. | 1 |
See the example information provided in 4.13 Create Template.
Related Topics