Files
hlaeja-registry-api/http/registry.http
Swordsteel 10f6486e37 Add device registry
- add RegistryController
- add DeviceRegistryService
- add Helper.kt
- add device registry property
- set up registry property
2024-12-21 14:59:58 +01:00

8 lines
143 B
HTTP

### register device for a type
POST {{hostname}}/register
Content-Type: application/json
{
"type": "00000000-0000-0000-0000-000000000000"
}