Skip to main content
PATCH
Update a session’s title.

Authentication

Requires an API key. The session is looked up within the key’s project; an unknown session returns 404. An end-user-scoped key can only update its own sessions.

Path Parameters

id
string
required
Session identifier (as_*).

Request Body

title
string
required
New session title (1–200 characters).

Response

Returns the updated session object.