9 lines
175 B
HTTP
9 lines
175 B
HTTP
### register device for a type
|
|
POST {{hostname}}/register
|
|
Authorization: Bearer {{token}}
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"type": "00000000-0000-0000-0000-000000000000"
|
|
}
|