Subscriptions
Preview the effect of a subscription update
put/subscriptions/{subscription_id}/preview
Path parameters
subscription_idstring uuid required
Request body
Response
Successful Response
Example response
{
"exceeded_quotas": [
{
"owner": {
"id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
"account_type": "user",
"name": "ladybugbot",
"display_name": "Ladybug Bot",
"description": "Beep Boop!"
}
}
]
}