v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Feature Groups

Applies a feature group to a relation type

This endpoint applies a feature group to the provided list based on the relationType.</br>Required scope: feature-groups:write </br>Organization authorization: supported</br>This endpoint is feature-flagged and will only be available to operators who have the feature enabled.

post/api/v1/feature-groups/{featureGroupId}/apply

Path parameters

featureGroupIdinteger required

Request body

relationType'team' required
idsinteger[] required

List of IDs that the feature group should be applied to. If one of the IDs does not belong to your operator, applying feature group will fail. Therefore, make sure all the Ids belong to your operator.

Example request

{
  "ids": [
    1,
    2,
    3
  ]
}

Response

Successfully created feature group relation