Edit Device
Edit Device
PUT
https://{server_address}/api/v1/organization/device
Query Parameters
Name
Type
Description
deviceId*
1
Device identifier. Should be a valid integer.
Headers
Name
Type
Description
Authorization*
Bearer {access_token}
Content-Type*
application/json
Request Body
Name
Type
Description
name*
My Awesome Device
Device name. Should be up to 50 symbols in length and may contains only letters, digits, spaces, apostrophes, underscores and hyphens.
Request examples:
Last updated