Add addType to TypeController
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
### let all types
|
||||
GET {{hostname}}/types
|
||||
|
||||
|
||||
### add type by name
|
||||
POST {{hostname}}/type
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"name": "Test C"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user