add NodeController

This commit is contained in:
2024-11-22 23:00:55 +01:00
parent 8a5a86abc3
commit 1fadfad323
3 changed files with 79 additions and 0 deletions

9
http/node.http Normal file
View 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": "00000000-0000-0000-0000-000000000000",
"name": "my test device"
}