Sessions
Update Session Metadata
Authentication
Connections
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Update Session Metadata
PATCH
/
sessions
/
{session_id}
/
metadata
curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{}'
This response does not have an example.
Body
application/json · object
The request body resource
The body is of type object
.
Response
204
_mintlify/placeholder
No Content
curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{}'
This response does not have an example.