Updates a device pool
PUT
/api/v1/{tenantId}/system/device-pools/{poolId}
Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” poolId
required
string
tenantId
required
string
Request Body
Section titled “Request Body ”object
id
string
name
string
description
string
locations
Array<object>
object
name
string
locationId
string
Responses
Section titled “ Responses ”OK
object
id
string
name
string
description
string
locations
Array<object>
object
name
string
locationId
string
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string