Method
addFeatureTag POST
Copy POST

Adds a tag on a feature

Arguments:

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.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupId is not found.

Language: