mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
more comments
This commit is contained in:
@@ -123,12 +123,13 @@ message UpdatePasswordResponse {
|
||||
|
||||
// Read a session by the session id. In the event it has expired or is not found and error is returned.
|
||||
message ReadSessionRequest {
|
||||
// The unique session id
|
||||
string sessionId = 1;
|
||||
// The unique session id
|
||||
string sessionId = 1;
|
||||
}
|
||||
|
||||
message ReadSessionResponse {
|
||||
Session session = 1;
|
||||
// the session for the user
|
||||
Session session = 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -150,7 +151,8 @@ message LoginResponse {
|
||||
|
||||
// Logout a user account
|
||||
message LogoutRequest {
|
||||
string sessionId = 1;
|
||||
// the session id for the user to logout
|
||||
string sessionId = 1;
|
||||
}
|
||||
|
||||
message LogoutResponse {
|
||||
|
||||
Reference in New Issue
Block a user