DeployedApiEndpointType
Defines the supported endpoint types for deployed APIs.
enum DeployedApiEndpointType {
REST
SOAP
SOAP12
ODATA2
GRAPHQL
}
Values
DeployedApiEndpointType.REST {#rest}
DeployedApiEndpointType.SOAP {#soap}
DeployedApiEndpointType.SOAP12 {#soap12}
DeployedApiEndpointType.ODATA2 {#odata2}
DeployedApiEndpointType.GRAPHQL {#graphql}
Member Of
DeployedApiEndpoint object
Was this topic helpful?