v1
latestOpenAPI 3.0.02026-07-13103151174.7 KB[Deprecated] Features v1
Get a Feature's Static Configuration
Get a completed Feature's static configuration
get/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
Response
Example response
{
"key": "new-dash",
"name": "New Dashboard",
"description": "New Dashboard",
"type": "release",
"tags": [
"new",
"dashboard"
]
}