Toggle a feature for an organization
POST /subscriptions/organization/:organizationId/feature/:featureId/toggle
POST
/subscriptions/organization/:organizationId/feature/:featureId/toggle
Enable or disable a specific feature for an organization (admin only). This creates an override that takes precedence over plan features.
Request Body required
Section titled “Request Body required ”object
organizationId
required
string
featureId
required
string
enabled
required
boolean
Responses
Section titled “ Responses ”OK
object
organizationId
required
string
featureId
required
string
enabled
required
boolean
401
403
422