Seat Metrics
Update a seat metric
Update a seat metric which can be used in prices.
put/seat-metrics/{id}
Path parameters
idstring required
id
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Request body
Example request
{
"description": "Allows user to make admin changes over whole account",
"label": "Administrator"
}Response
OK
Example response
{
"id": "bc61d4b8-e9d6-4f4a-9bcf-f5dae874c730",
"seatType": "admin",
"createdBy": "4ffd439e-32e5-4046-bb40-3cb81f40e5da",
"label": "Administrator",
"description": "Allows user to make admin changes over whole account",
"createdAt": "2022-06-28T16:47:00Z",
"updatedAt": "2022-06-28T16:47:00Z"
}