action apis_list_apis { label: "List all APIs" description: "List all APIs in the directory.\nReturns links to the OpenAPI definitions for each API in the directory.\nIf API exist in multiple versions `preferred` one is explicitly marked.\nSome basic info from the OpenAPI definition is cached inside each object.\nThis allows you to generate some simple views without needing to fetch the OpenAPI definition for each API.\n" provider: apis method: GET path: "/list.json" encoding: json output: { type: "object" description: "List of API details.\nIt is a JSON object with API IDs(`[:]`) as keys.\n" } }