v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Finalize Nimbus

An endpoint for finishing up the nimbus process.

Args: request (NIMBUSFinalizeRequest): The request containing the final solution, etc. user (Annotated[User, Depends): The current user. session (Annotated[Session, Depends): The database session.

Raises: HTTPException

Returns: NIMBUSFinalizeResponse: Response containing state id of the final solution.

post/method/nimbus/finalize

Request body

problem_idinteger required
session_idinteger nullable
parent_state_idinteger nullable

Response

Successful Response

state_idinteger nullable required

The id of the newest state