Aller au contenu

/api/workspaces/me/billable-settings/resnapshot

POST
/api/workspaces/me/billable-settings/resnapshot
curl --request POST \
--url 'https://example.com/api/workspaces/me/billable-settings/resnapshot?apply=true' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "apply": true, "confirmationToken": "example" }'
apply
required
boolean
Media type application/json
object
apply
boolean
confirmationToken
string
nullable
Example generated
{
"apply": true,
"confirmationToken": "example"
}

OK