cURL
curl --request POST \ --url {schemes}://api.upsun.com/subscriptions/{subscriptionId}/can-afford \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resources": {} } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the subscription
A map of resource keys to quantities (both strings).
Show child attributes
Proposed resource change is affordable.
Was this page helpful?