This accepts a list of entitlements to update. If the feature isn’t part of the plan yet, it’s added with all the privileges from the payload. If the feature is already part of the plan, the privilege and values are updated or added. All privileges must be valid for the feature. All features and privileges not part of the payload are left untouched. To remove privileges or features, use the DELETE endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Code of the existing plan.
"startup"
Entitlement payload
Feature entitlements with their privilege values. Each key is a feature code, and the value is an object containing privilege codes with their associated values.
{
"seats": {
"max": 20,
"max_admins": 10,
"root": false
},
"sso": { "provider": "okta" }
}Entitlement updated