Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 2.26 KB

ApiEndpointInput.md

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
apiEndpointId String ✔️ The ID of this ApiEndpoint. This is a hash of the method and path.
description String ✔️ A detailed description of the ApiEndpoint.
displayName String ✔️ A human-readable name for the ApiEndpoint.
method String ✔️ HTTP verb.
path String ✔️ Path that handles this Api.
versionId String ✔️ The version ID of the Api this ApiEndpoint belongs to.