Skip to main content

Sets the EE licence key

ee
PUT 

/v2/ee-license/set-license-key

Sets the EE licence key

Request

Body

required
    licenseKey stringrequired

Responses

OK

Schema
    name stringrequired
    licenseKey stringrequired
    enabledFeatures string[]required

    Possible values: [GRANULAR_PERMISSIONS, PRIORITIZED_FEATURE_REQUESTS, PREMIUM_SUPPORT, DEDICATED_SLACK_CHANNEL, ASSISTED_UPDATES, DEPLOYMENT_ASSISTANCE, BACKUP_CONFIGURATION, TEAM_TRAINING, ACCOUNT_MANAGER, STANDARD_SUPPORT, PROJECT_LEVEL_CONTENT_STORAGES, WEBHOOKS, MULTIPLE_CONTENT_DELIVERY_CONFIGS, AI_PROMPT_CUSTOMIZATION]

    currentPeriodEnd int64
    cancelAtPeriodEnd booleanrequired
    currentUserCount int64required
    status stringrequired

    Possible values: [ACTIVE, CANCELED, PAST_DUE, UNPAID, ERROR, KEY_USED_BY_ANOTHER_INSTANCE]

    lastValidCheck date-time
Loading...