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