FeatureToggles
Creates a feature toggle within a project
post/spaces/{spaceIdentifier}/projects/{projectId}/featuretoggles
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
Request body
Example request
{
"Environments": [
{
"DeploymentEnvironmentId": "Environments-1",
"ExcludedTenantIds": [
"Tenants-1",
"..."
],
"TenantIds": [
"Tenants-1",
"..."
]
}
],
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Created
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.