This commit is contained in:
2025-05-19 03:56:20 +07:00
parent e409a69a54
commit 4b44bad1c0
4 changed files with 44 additions and 4 deletions
+12
View File
@@ -33,3 +33,15 @@ X-Password: pass
{
"place": "A-1"
}
### Выдача приложения
POST http://localhost:8090/teams/1/applications
{
"applications": [
{
"id": 10
}
]
}