generated from VLADIMIR/template
add actions and auth
This commit is contained in:
+20
-1
@@ -1,6 +1,8 @@
|
||||
### Получение списка комад
|
||||
|
||||
GET http://localhost:8090/teams
|
||||
|
||||
###
|
||||
### Добавление команд
|
||||
|
||||
POST http://localhost:8090/teams
|
||||
|
||||
@@ -14,3 +16,20 @@ POST http://localhost:8090/teams
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
### Получение команды
|
||||
|
||||
GET http://localhost:8090/team
|
||||
X-Id: 1
|
||||
X-Password: pass
|
||||
|
||||
|
||||
### Ход команды
|
||||
|
||||
POST http://localhost:8090/team/actions
|
||||
X-Id: 1
|
||||
X-Password: pass
|
||||
|
||||
{
|
||||
"place": "A-1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user