Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-17 16:55:33 +00:00
parent 2ca79f5288
commit bc769baed5
21 changed files with 829 additions and 827 deletions

View File

@@ -179,6 +179,7 @@ type LoginResponse struct {
}
type LogoutRequest struct {
// the session id for the user to logout
SessionId string `json:"sessionId"`
}
@@ -204,6 +205,7 @@ type ReadSessionRequest struct {
}
type ReadSessionResponse struct {
// the session for the user
Session *Session `json:"session"`
}