{
"is_dropin_allowed": true,
"comments": "string",
"room_id": 0,
"max_capacity": 0,
"max_waitlist": 0,
"is_virtual": true,
"virtual_url": "string",
"place_id": "string",
"latitude": 0,
"longitude": 0,
"accepts_trial": true
}
curl --location --request PUT '/tenants//classes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_dropin_allowed": true,
"comments": "string",
"room_id": 0,
"max_capacity": 0,
"max_waitlist": 0,
"is_virtual": true,
"virtual_url": "string",
"place_id": "string",
"latitude": 0,
"longitude": 0,
"accepts_trial": true
}'
{
"id": null,
"info": [
{
"severity": "Error",
"errorCode": "string",
"errorMessage": "string",
"identifier": "string",
"helptext": "string",
"jsonObject": null
}
]
}