Authentication
Connections
Data Masking Rules
AWS
Guard Rails
Server Management
Jira
Organization Management
Plugins
Reports
User Management
Sessions
Session
Sessions
Update Session Metadata
PATCH
/
sessions
/
{session_id}
/
metadata
Copy
Ask AI
curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"reason": "fix-issue"
}
}'
Copy
Ask AI
This response does not have an example.
Body
application/json
The request body resource
The body is of type object
.
Response
204
No Content
Copy
Ask AI
curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"reason": "fix-issue"
}
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.