FeatureFlag
FeatureFlag
Feature flags are runtime flags that enable or disable functionality on the API.
JSON Example
{
"name": "string",
"enabled": false,
"updated_at": "string",
"custom_error_message": "string",
"links": {
"self": {
"href": "string",
"method": "string"
}
}
}
string
name
Optional
The name of the feature flag
boolean
enabled
Optional
Whether the feature flag is enabled
string As date-time
As date-time
updated_at
Optional
The time the feature flag was last updated; this will be blank for feature flags that have not been configured
string
custom_error_message
Optional
The error string returned by the API when a client performs an action disabled by the feature flag
object
links
Optional
links