Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.26 KB

File metadata and controls

15 lines (11 loc) · 2.26 KB

ApiEndpointInput

An ApiEndpoint is a description of an Endpoint for an API.

Fields

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.