Adds a tag on a feature
| REQUIRED | KEY | TYPE | DESCRIPTION |
|---|---|---|---|
| Yes | featureGroupId | str | The unique string identifier of the feature group. |
| Yes | feature | str | The feature to set the tag on. |
| Yes | tag | str | The tag to set on the feature. |
| KEY | TYPE | DESCRIPTION |
|---|---|---|
| success | Boolean | true if the call succeeded, false if there was an error |
| TYPE | WHEN |
|---|---|
| DataNotFoundError | `featureGroupId` is not found. |