Skip to main content
PATCH
/
api
/
v2
/
projects
/
{project_id}
/
sessions
/
id
/
{session_id}
/
metadata
Update Sessions
curl --request PATCH \
  --url https://api.example.com/api/v2/projects/{project_id}/sessions/id/{session_id}/metadata \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Path Parameters

project_id
string
required
session_id
string
required

Body

application/json
{key}

Response

200 - application/json

SimpleResponseWithMessage(message: str)

message
string
required