Update Templates
Updates the specified template(s).
Verb | PATCH |
---|---|
Endpoint | {base-url}/templates/ |
Max Page Size | N/A |
Request body
{
"body": [
{
"id": 406,
"name": "create test",
"comment": "updated comment",
"count": 0,
"machineId": null
}
]
}
Response
On Success
Echoes back the provided models.
Response Body
[
{
"id": 406,
"name": "create test",
"comment": "updated comment",
"count": 0,
"machineId": null
}
]