Feature flag

Create organization application feature flag

post

Creates a new organization application feature flag

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
namestringOptional

Name of the feature flag

Example: New UI
descriptionstringOptional

Description of the feature flag

Example: Enables the new user interface
keystringRequired

Unique key for the feature flag

Example: new_ui_enabled
valuestring · jsonRequired

Value of the feature flag

Example: true
enabledAtone ofOptional

Date and time when the feature flag was enabled

Example: 2023-06-01T12:00:00Z
string · dateOptional
or
string · date-timeOptional
featurestring · enumOptional

Mobile app feature associated with this flag

Possible values:
organizationApplicationIdstringRequired

ID of the mobile app this feature flag belongs to

Example: 100
Responses
200Success
application/json
post
/api/config/organization/application/feature-flag
200Success

Get organization application feature flags by id

get

Retrieves organization application feature flags by id

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
get
/api/config/organization/application/feature-flag/{id}
200Success

Update organization application feature flag

put

Updates an existing organization application feature flag

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Body
namestringOptional

Name of the feature flag

Example: New UI
descriptionstringOptional

Description of the feature flag

Example: Enables the new user interface
keystringRequired

Unique key for the feature flag

Example: new_ui_enabled
valuestring · jsonRequired

Value of the feature flag

Example: true
enabledAtone ofOptional

Date and time when the feature flag was enabled

Example: 2023-06-01T12:00:00Z
string · dateOptional
or
string · date-timeOptional
featurestring · enumOptional

Mobile app feature associated with this flag

Possible values:
organizationApplicationIdstringRequired

ID of the mobile app this feature flag belongs to

Example: 100
Responses
200Success
application/json
put
/api/config/organization/application/feature-flag/{id}
200Success

Delete organization application feature flag

delete

Deletes an existing organization application feature flag

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Path parameters
idnumberRequiredPattern: [^\/#\?]+?
Responses
200Success
application/json
delete
/api/config/organization/application/feature-flag/{id}
200Success