Files
hlaeja-device-registry/http/node.http
2024-11-26 10:47:00 +01:00

10 lines
242 B
HTTP

### register node for a client and device with name
POST {{hostname}}/node
Content-Type: application/json
{
"client": "00000000-0000-0000-0000-000000000000",
"device": "00000000-0000-0000-0000-000000000000",
"name": "my test device"
}