Paid Seat Groups API
Updates the paid seat group
PUT /api/v1/paid_seat_groups/:id
Name | Description |
---|---|
id * | Numeric ID of the paid seat group |
name | Name of the paid seat group |
capacity | Size of the paid seat group |
Example request
PUT /api/v1/paid_seat_groups/572805993
Example CURL command
curl "https://company.aha.io/api/v1/paid_seat_groups/572805993" -d '{"name":"Group 2","capacity":3}' -X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76"
Request
contentType: application/json
accept: application/json
authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76
Request body
Response
Status: 200 OK
contentType: application/json; charset=utf-8
Response body