Type Alias CatalogApiMethodResponse
CatalogApiMethodResponse: { bodyExample?: object; consumes?: string[]; curlExample: string; description: string; endpointName: string; endpointParameters: EndpointParameterResponse[]; endpointUrl: string; name: string; produces?: string[]; responses: EndpointResponseResponse[]; type: string;} Type declaration
OptionalbodyExample?: object
Optionalconsumes?: string[]
curlExample: string
description: string
endpointName: string
endpointUrl: string
name: string
Optionalproduces?: string[]
type: string