Phones
Create a new firmware template into system.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filenamestringOptional
Template XML file name for phone provisioning.
contentstringOptional
The file content of the template.
Responses
201
Created
application/json
4XX
Error
post
/templates/phonesRetrieve details of template file by it's filename.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
filenamestringRequired
Template XML file name for phone provisioning.
Responses
200
OK
application/json
4XX
Error
get
/templates/phones/{filename}Update phone template.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
filenamestringRequired
Template XML file name for phone provisioning.
Body
contentstringOptional
The file content of the template.
Responses
200
OK
4XX
Error
post
/templates/phones/{filename}No content