sessions

Patch Session

patch/api/sessions/{session_id}

Path parameters

session_idstring uuid required

Headers

Authorizationstring nullable
X-Fleet-User-Idstring uuid nullable
X-Fleet-Workspace-Idstring uuid nullable

Request body

titlestring nullable
status'active' | 'archived' nullable

Response

Successful Response

idstring uuid required
titlestring required
status'active' | 'archived' required
checkpoint_versioninteger required
created_atstring nullable
updated_atstring nullable

Changes