Create Template
Creates the specified templates.
Verb | PUT |
---|---|
Endpoint | {base-url}/templates/ |
Max Page Size | N/A |
Request body
{
"body": [
{
"organizationId": 1,
"name": "create test",
"comment": null,
"count": 0,
"machineId": null
}
]
}
Returns
On Success
The IDs of the created templates.
Response body
[
6
]