Skip to main content
PUT
/
api
/
sessions
/
{session_id}
/
star
Star a session
curl --request PUT \
  --url https://api.example.com/api/sessions/{session_id}/star
{
  "starred": true
}

Path Parameters

session_id
string
required

Response

Undescribed

starred
boolean
required