Files
hlaeja-device-registry/http/type.http

12 lines
142 B
HTTP

### let all types
GET {{hostname}}/types
### add type by name
POST {{hostname}}/type
Content-Type: application/json
{
"name": "Test C"
}