Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ public List<Session> listSessions(@PathVariable String appName, @PathVariable St
* @param appName The application name.
* @param userId The user ID.
* @param sessionId The desired session ID.
* @param state Optional initial state for the session.
* @return The newly created Session object.
* @throws ResponseStatusException if a session with the given ID already exists (BAD_REQUEST) or
* if creation fails (INTERNAL_SERVER_ERROR).
Expand Down Expand Up @@ -222,7 +221,6 @@ public Session createSessionWithId(
*
* @param appName The application name.
* @param userId The user ID.
* @param state Optional initial state for the session.
* @return The newly created Session object.
* @throws ResponseStatusException if creation fails (INTERNAL_SERVER_ERROR).
*/
Expand Down