Update Configurator Application
This request updates an application registration for a configurator.
Endpoints
- PUT /applications/{applicationID}
Url
- applicationID
-
The ID of the application
Header
- Authorization
-
Bearer {token} (User authorization needed)
Body
- JSON
-
A JSON object with the application settings
see format in the example below
Response
A JSON object with the ID of the applications
see format in the example below
PUT https://api.paramate.trinckle.com/applications/2ab584fe-7e76-470f-8571-cb07cd8a58d2
- H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
- H Content-Type: application/json { "name": "Test", "licenseUUID": "ab75027b-cdf6-4867-a0ad-e9495be8d8da", "domain": "trinckle.com", "secureInit": false, "secureModel": false }
Output
HTTP/1.1 200 OK
{
"UUID": "2ab584fe-7e76-470f-8571-cb07cd8a58d2"
}