Features
Add a new feature flag
Create a new feature flag in a specified project.
post/api/admin/projects/{projectId}/features
Path parameters
projectIdstring required
Request body
Example request
{
"name": "disable-comments",
"type": "release",
"description": "Controls disabling of the comments section in case of an incident",
"tags": [
{
"value": "a-tag-value",
"type": "simple",
"color": "#FFFFFF"
}
]
}Response
featureSchema