An Api is representation of a API (a collection of API Endpoints) within the Speakeasy Platform.
Field | Type | Required | Description |
---|---|---|---|
api_id |
::String | ✔️ | The ID of this Api. This is a human-readable name (subject to change). |
description |
::String | ✔️ | A detailed description of the Api. |
meta_data |
T::Hash[Symbol, T::Array<::String>] | ➖ | A set of values associated with a meta_data key. This field is only set on get requests. |
version_id |
::String | ✔️ | The version ID of this Api. This is semantic version identifier. |