The method and parameters
|
PATCH /api/v1/billing/devices/update |
JSON
{
"uuid": "uuid",
"name": "name"
}
string uuid required – a device UUID.
string name – a device name.
|
201 |
|
Successful response JSON
|
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|