v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01485121699.8 KB
graduation

Promote Session

Manually promote a session to the next graduation stage.

Args: session_id: Session to promote. body: Promotion reason and who initiated it.

Returns: JSON with from_stage, to_stage, and promoted: true.

Raises: HTTPException: 404 when no record exists. HTTPException: 409 when already at the terminal (autonomous) stage.

post/graduation/{session_id}/promote

Path parameters

session_idstring required

Request body

reasonstring
promoted_bystring

Response

Successful Response

{"stackTrail":"paths:/graduation/{session_id}/promote:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}