RolloutGroups

Modifies a rollout group.

put/{spaceId}/projects/{projectId}/featuretoggles/rollout-groups/{id}

Path parameters

spaceIdstring required
projectIdstring required
idstring required

Request body

Idstring required
Namestring required
ProjectIdstring required
SpaceIdstring required

Example request

{
  "ProjectId": "Projects-1",
  "SpaceId": "Spaces-1"
}

Response

A rollout group within a project, used to link rollout percentages between feature toggles.

Idstring required
Namestring required
ProjectIdstring required
SpaceIdstring required

Example response

{
  "ProjectId": "Projects-1",
  "SpaceId": "Spaces-1"
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.