generated from VLADIMIR/template
add pdf
This commit is contained in:
@@ -71,6 +71,12 @@ service EveningDetective {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
|
||||
rpc DownloadTeamsQrCodesFile(DownloadTeamsQrCodesFileReq) returns (DownloadTeamsQrCodesFileRsp) {
|
||||
option (google.api.http) = {
|
||||
get: "/teams/pdf"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
message PingReq {}
|
||||
@@ -167,3 +173,9 @@ message GiveApplicationsReq {
|
||||
}
|
||||
|
||||
message GiveApplicationsRsp {}
|
||||
|
||||
message DownloadTeamsQrCodesFileReq {}
|
||||
|
||||
message DownloadTeamsQrCodesFileRsp {
|
||||
bytes result = 1;
|
||||
}
|
||||
|
||||
@@ -57,3 +57,7 @@ POST http://localhost:8090/teams/1/applications
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
### Qr коды команд в pdf
|
||||
|
||||
GET http://localhost:8090/teams/pdf
|
||||
|
||||
Reference in New Issue
Block a user