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