Register device
POST/ownerships
Register device.
Authorization Action:
resource:devices:register
Request
- application/json
Body
required
deviceId stringrequired
Identifier of the device for which ownership is requested (e.g. serial number)
Responses
- 201
- 403
- 404
- application/json
- Schema
- Example (from schema)
Schema
resourceId stringrequired
The id of the created resource
{
"resourceId": "string"
}
Loading...