Body
application/json
The request body resource
The metadata field
Example:
{ "reason": "fix-issue" }
Response
No Content
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 metadata field
Show child attributes
{ "reason": "fix-issue" }
No Content
Was this page helpful?