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
Response
Successful Response
{"stackTrail":"paths:/graduation/{session_id}/promote:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 18 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○