Files
hlaeja-development/http/registry-api/registry.http
2025-07-25 01:24:24 +02:00

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"
}