update_feature
Update a feature by key in a Dynatrace project. Modify its name, description, type, variants, owner, maintainers, version, or status.
Instructions
Update a feature by key within a project (WRITE). Requires feature-management:features:write scope and DT_ENABLE_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key. | |
| featureKey | Yes | The feature key. | |
| feature | Yes | Feature update body (name, description, type, variants, owner, maintainers, version, status). |