Add addType to TypeController

This commit is contained in:
2024-11-19 14:11:19 +01:00
parent ba6f38a585
commit 16784e4aff
3 changed files with 36 additions and 0 deletions

View File

@@ -1,2 +1,11 @@
### let all types
GET {{hostname}}/types
### add type by name
POST {{hostname}}/type
Content-Type: application/json
{
"name": "Test C"
}