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
  • endpointParameters: EndpointParameterResponse[]
  • endpointUrl: string
  • name: string
  • Optionalproduces?: string[]
  • responses: EndpointResponseResponse[]
  • type: string