add http files
This commit is contained in:
10
http/device-registry/device.http
Normal file
10
http/device-registry/device.http
Normal file
@@ -0,0 +1,10 @@
|
||||
### register device for a type
|
||||
POST {{hostname}}/device
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"type": "00000000-0000-0000-0000-000000000000"
|
||||
}
|
||||
|
||||
### register device for a type
|
||||
GET {{hostname}}/device-00000000-0000-0000-0000-000000000000
|
||||
Reference in New Issue
Block a user