Skip to main content
PATCH
/
sessions
/
{session_id}
/
metadata
Update Session Metadata
curl --request PATCH \
  --url https://use.hoop.dev/api/sessions/{session_id}/metadata \
  --header 'Content-Type: application/json' \
  --data '
{
  "metadata": {
    "reason": "fix-issue"
  }
}
'
{
  "message": "the error description"
}

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The request body resource

metadata
object

The metadata field

Example:
{ "reason": "fix-issue" }

Response

No Content