Patch a feature's variants in an environment
Apply a list of patches to the features environments in the specified environment. The patch objects should conform to the [JSON-patch format (RFC 6902)](https://www.rfc-editor.org/rfc/rfc6902).
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
featureName
environment
Request
patchesSchema
path
The path to the property to operate on
op
The kind of operation to perform
from
The target to move or copy from, if performing one of those operations
value
The value to add or replace, if performing one of those operations
Response
featureVariantsSchema
version
The version of the feature variants schema.
variants
All variants defined for a specific feature flag.