Files
hlaeja-registry-api/http/registry.http
2025-01-02 06:43:15 +01: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"
}