An ApiEndpoint is a description of an Endpoint for an API.
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. |