add http files
This commit is contained in:
9
http/device-registry/node.http
Normal file
9
http/device-registry/node.http
Normal file
@@ -0,0 +1,9 @@
|
||||
### register node for a client and device with name
|
||||
POST {{hostname}}/node
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"client": "00000000-0000-0000-0000-000000000000",
|
||||
"device": "01983d72-476e-77ab-9b17-5ba7045b15fa",
|
||||
"name": "my test device"
|
||||
}
|
||||
Reference in New Issue
Block a user