v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Permission Groups

Update Permission Group

This endpoint updates a Permission Group identified by the permissionGroupId parameter.

put/v1/permissions/{permissionGroupId}

Path parameters

permissionGroupIdinteger required

The identifier of the Permission Group.

Request body

namestring nullable

Name of the Permission Group.

canManageMembersboolean nullable

Group members can manage team members.

canCreateOrUpdateConfigboolean nullable

Group members can create/update Configs.

canDeleteConfigboolean nullable

Group members can delete Configs.

canCreateOrUpdateEnvironmentboolean nullable

Group members can create/update Environments.

canDeleteEnvironmentboolean nullable

Group members can delete Environments.

canCreateOrUpdateSettingboolean nullable

Group members can create/update Feature Flags and Settings.

canTagSettingboolean nullable

Group members can attach/detach Tags to Feature Flags and Settings.

canDeleteSettingboolean nullable

Group members can delete Feature Flags and Settings.

canCreateOrUpdateTagboolean nullable

Group members can create/update Tags.

canDeleteTagboolean nullable

Group members can delete Tags.

canManageWebhookboolean nullable

Group members can create/update/delete Webhooks.

canUseExportImportboolean nullable

Group members can use the export/import feature.

canManageProductPreferencesboolean nullable

Group members can update Product preferences.

canManageIntegrationsboolean nullable

Group members can add and configure integrations.

canViewSdkKeyboolean nullable

Group members has access to SDK keys.

canRotateSdkKeyboolean nullable

Group members can rotate SDK keys.

canCreateOrUpdateSegmentsboolean nullable

Group members can create/update Segments.

canDeleteSegmentsboolean nullable

Group members can delete Segments.

canViewProductAuditLogboolean nullable

Group members has access to audit logs.

canViewProductStatisticsboolean nullable

Group members has access to product statistics.

canDisable2FAboolean nullable

Group members can disable two-factor authentication for other members.

accessType'readOnly' | 'full' | 'custom'

Represent the Feature Management permission.

newEnvironmentAccessType'full' | 'readOnly' | 'none'

Represent the environment specific Feature Management permission.

approvalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves' | 'custom'

Represents the permission group level change request approval permission.

newEnvironmentApprovalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves'

Represents the environment specific change request approval permission.

Response

permissionGroupIdinteger required

Identifier of the Permission Group.

namestring required

Name of the Permission Group.

canManageMembersboolean required

Group members can manage team members.

canCreateOrUpdateConfigboolean required

Group members can create/update Configs.

canDeleteConfigboolean required

Group members can delete Configs.

canCreateOrUpdateEnvironmentboolean required

Group members can create/update Environments.

canDeleteEnvironmentboolean required

Group members can delete Environments.

canCreateOrUpdateSettingboolean required

Group members can create/update Feature Flags and Settings.

canTagSettingboolean required

Group members can attach/detach Tags to Feature Flags and Settings.

canDeleteSettingboolean required

Group members can delete Feature Flags and Settings.

canCreateOrUpdateTagboolean required

Group members can create/update Tags.

canDeleteTagboolean required

Group members can delete Tags.

canManageWebhookboolean required

Group members can create/update/delete Webhooks.

canUseExportImportboolean required

Group members can use the export/import feature.

canManageProductPreferencesboolean required

Group members can update Product preferences.

canManageIntegrationsboolean required

Group members can add and configure integrations.

canViewSdkKeyboolean required

Group members has access to SDK keys.

canRotateSdkKeyboolean required

Group members can rotate SDK keys.

canCreateOrUpdateSegmentsboolean required

Group members can create/update Segments.

canDeleteSegmentsboolean required

Group members can delete Segments.

canViewProductAuditLogboolean required

Group members has access to audit logs.

canViewProductStatisticsboolean required

Group members has access to product statistics.

canDisable2FAboolean required

Group members can disable two-factor authentication for other members.

accessType'readOnly' | 'full' | 'custom' required

Represent the Feature Management permission.

newEnvironmentAccessType'full' | 'readOnly' | 'none' required

Represent the environment specific Feature Management permission.

approvalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves' | 'custom' required

Represents the permission group level change request approval permission.

newEnvironmentApprovalPermissionType'cannotApprove' | 'canApproveOthers' | 'canBypassApproves' required

Represents the environment specific change request approval permission.