An ApiEndpoint is a description of an Endpoint for an API.
| Field | Type | Required | Description |
|---|---|---|---|
api_endpoint_id |
::String | ✔️ | The ID of this ApiEndpoint. This is a hash of the method and path. |
description |
::String | ✔️ | A detailed description of the ApiEndpoint. |
display_name |
::String | ✔️ | A human-readable name for the ApiEndpoint. |
method |
::String | ✔️ | HTTP verb. |
path |
::String | ✔️ | Path that handles this Api. |
version_id |
::String | ✔️ | The version ID of the Api this ApiEndpoint belongs to. |