RolloutGroups
Modifies a rollout group.
put/spaces/{spaceIdentifier}/projects/{projectId}/featuretoggles/rollout-groups/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
idstring required
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
A rollout group within a project, used to link rollout percentages between feature toggles.
Example response
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.