PATCH
/
activity
/
sessions
/
{workspaceId}
/
{eventId}
/
change
curl --request PATCH \
  --url https://api.hyra.io/activity/sessions/{workspaceId}/{eventId}/change \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "group_id": "<string>",
  "prop": "<string>",
  "role_id": "<string>",
  "server_id": "<string>",
  "value": "<string>"
}'
{
  "success": true
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
eventId
string
required

Body

application/json
group_id
string
prop
string
required
role_id
string
server_id
string
value
string

Response

200 - application/json
success
boolean