v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBFeatures v2
Update a Feature's Static Configuration
Update a completed Feature's static configuration
patch/v2/projects/{project}/features/{feature}/static-configuration
Path parameters
featurestring required
A Feature key or ID
projectstring required
A Project key or ID
Request body
Example request
{
"key": "new-dash",
"name": "New Dashboard",
"description": "New Dashboard",
"type": "release",
"tags": [
"new",
"dashboard"
]
}Response
Example response
{
"key": "new-dash",
"name": "New Dashboard",
"description": "New Dashboard",
"type": "release",
"tags": [
"new",
"dashboard"
]
}