Updаte a device
The method and parameters
JSON
{
"uuid": "uuid",
"name": "name"
}
PATCH /api/v1/billing/devices/update |
string
uuid REQUIRED –a device UUID
string
name – a device name
201 |
Successful response
JSON
|
422 |
Returns a JSON object with an error. See Validation.
JSON
|