Update Feature Flag
Updates a specific feature flag to either enable or disable it.
URN containing the name of the feature flag such as (urn:vcloud:featureflag:
URN containing the name of the feature flag such as (urn:vcloud:featureflag:
{
"id": "string",
"name": "string",
"usage": "string",
"enabled": false,
"displayName": "string",
"displayDescription": "string"
}
The id of the feature flag in URN format.
The unique name of the flag.
In what context this flag should be use.
ALPHA
Indicates that this feature is considered to be an alpha feature and may change in future releases.
True if the feature is toggled on.
Localized readable name of this feature.
Localized readable description of this feature.
OK
{
"id": "string",
"name": "string",
"usage": "string",
"enabled": false,
"displayName": "string",
"displayDescription": "string"
}
The id of the feature flag in URN format.
The unique name of the flag.
In what context this flag should be use.
ALPHA
Indicates that this feature is considered to be an alpha feature and may change in future releases.
True if the feature is toggled on.
Localized readable name of this feature.
Localized readable description of this feature.
Invalid configuration.
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace