Paid Seat Groups
Updates the paid seat group
put/paid_seat_groups/{id}
Path parameters
idstring required
Id identifier
Request body
Example request
{
"name": "Group 2",
"capacity": 3
}Response
Successful operation
Id identifier
{
"name": "Group 2",
"capacity": 3
}Successful operation