latestOpenAPI 3.0.12026-08-10234260964.0 KB

6cc88fde6435

Subscriptions

Checks if the user is able to update a project.

get/subscriptions/{subscriptionId}/can-update

Path parameters

subscriptionIdstring required

The ID of the subscription

Query parameters

plan'development' | 'standard' | 'medium' | 'large' | 'xlarge' | '2xlarge'

The plan type of the subscription.

environmentsinteger

The number of environments which can be provisioned on the project.

storageinteger

The total storage available to each environment, in MiB. Only multiples of 1024 are accepted as legal values.

user_licensesinteger

The number of user licenses.

Response

Check result with error message if presented

can_updateboolean

Boolean result of the check.

messagestring

Details in case of negative check result.

required_actionobject

Required action impeding project update.