Version: version not set
| Path | Method | Parameters | Responses |
|---|---|---|---|
| /ops/features | GET | 200: Schema: featureListFeaturesResponse | |
| /ops/features/{uuid} | PUT | uuid (required) body (required) |
200: Schema: featureUpdateFeatureResponse |
| Property | Type | Description |
|---|---|---|
| app_id | string | |
| args | string | |
| enabled | boolean | |
| extra_data | protobufStruct | |
| method | featureFeatureFetchMethod | |
| requirements | string | |
| type | featureFeatureType | |
| updated_at | string (date-time) | |
| uuid | string |
| Property | Type | Description |
|---|---|---|
| enum | string[UNKNOWN_METHOD,GET] |
| Property | Type | Description |
|---|---|---|
| enum | string[UNKNOWN_FEATURE_TYPE,URL] |
| Property | Type | Description |
|---|---|---|
| enum | object |
| Property | Type | Description |
|---|---|---|
| features | featureFeature[] |
| Property | Type | Description |
|---|---|---|
| extra_data | protobufStruct | |
| token | string | |
| uuid | string |
| Property | Type | Description |
|---|---|---|
| feature | featureFeature |
| Property | Type | Description |
|---|---|---|
| values | protobufValue[] | ListValue is a wrapper around a repeated field of values.The JSON representation for ListValue is JSON array. |
| Property | Type | Description |
|---|---|---|
| enum | string[NULL_VALUE] | NullValue is a singleton enumeration to represent the null value for theValue type union.The JSON representation for NullValue is JSON null.- NULL_VALUE: Null value. |
| Property | Type | Description |
|---|---|---|
| fields | object | Struct represents a structured data value, consisting of fieldswhich map to dynamically typed values. In some languages, Structmight be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language. The JSON representation for Struct is JSON object. |
| Property | Type | Description |
|---|---|---|
| bool_value | boolean | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |
| list_value | protobufListValue | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |
| null_value | protobufNullValue | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |
| number_value | number (double) | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |
| string_value | string | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |
| struct_value | protobufStruct | Value represents a dynamically typed value which can be eithernull, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for Value is JSON value. |