generated from VLADIMIR/template
updates
This commit is contained in:
+3
-1
@@ -115,7 +115,9 @@ message TeamAdvanced {
|
||||
}
|
||||
|
||||
message Application {
|
||||
string name = 1;
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string state = 3;
|
||||
}
|
||||
|
||||
message GetTeamReq {}
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ POST http://localhost:8090/teams
|
||||
### Получение команды
|
||||
|
||||
GET http://localhost:8090/team
|
||||
X-Id: 1
|
||||
X-Id: name
|
||||
X-Password: pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user