v1
latestOpenAPI 3.0.02026-07-13103151174.7 KB[Deprecated] Features v1
Update a Feature's Static Configuration
Update a completed Feature's static configuration
patch/v1/projects/{project}/features/{feature}/static-configuration
Path parameters
featurestring required
keystring 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"
]
}