FeatureToggles
Modifies a feature toggle
put/spaces/{spaceIdentifier}/projects/{projectId}/featuretoggles/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
idstring required
Request body
Example request
{
"Environments": [
{
"DeploymentEnvironmentId": "Environments-1",
"ExcludedTenantIds": [
"Tenants-1",
"..."
],
"TenantIds": [
"Tenants-1",
"..."
]
}
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
A feature toggle
Example response
{
"Environments": [
{
"DeploymentEnvironmentId": "Environments-1",
"ExcludedTenantIds": [
"Tenants-1",
"..."
],
"TenantIds": [
"Tenants-1",
"..."
]
}
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.