Skip to content

Repository files navigation

API Documentation

feature.proto

Version: version not set

Endpoints

Path Method Parameters Responses
/ops/features GET 200: Schema: featureListFeaturesResponse
/ops/features/{uuid} PUT uuid (required)
body (required)
200: Schema: featureUpdateFeatureResponse

Schemas

featureFeature

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

featureFeatureFetchMethod

Property Type Description
enum string[UNKNOWN_METHOD,GET]

featureFeatureType

Property Type Description
enum string[UNKNOWN_FEATURE_TYPE,URL]

featureListFeaturesRequest

Property Type Description
enum object

featureListFeaturesResponse

Property Type Description
features featureFeature[]

featureUpdateFeatureRequest

Property Type Description
extra_data protobufStruct
token string
uuid string

featureUpdateFeatureResponse

Property Type Description
feature featureFeature

protobufListValue

Property Type Description
values protobufValue[] ListValue is a wrapper around a repeated field of values.

The JSON representation for ListValue is JSON array.

protobufNullValue

Property Type Description
enum string[NULL_VALUE] NullValue is a singleton enumeration to represent the null value for the
Value type union.

The JSON representation for NullValue is JSON null.

- NULL_VALUE: Null value.

protobufStruct

Property Type Description
fields object Struct represents a structured data value, consisting of fields
which map to dynamically typed values. In some languages, Struct
might 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.

protobufValue

Property Type Description
bool_value boolean Value represents a dynamically typed value which can be either
null, 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 either
null, 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 either
null, 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 either
null, 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 either
null, 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 either
null, 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.

About

Reads a swagger definition and transforms it into a readme.md file

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages