curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"reason": "fix-issue"
}
}'
This response does not have an example.
curl --request PATCH \
--url https://use.hoop.dev/api/sessions/{session_id}/metadata \
--header 'Content-Type: application/json' \
--data '{
"metadata": {
"reason": "fix-issue"
}
}'
This response does not have an example.
The request body resource
The body is of type object
.
No Content
Was this page helpful?