openapi: 3.0.1 info: title: API Manager REST Actions Downloads API description: The API Manager REST API is used by the API Manager UI to get stuff done. You can use it to automate any API Management task you wish. For example, create new Organizations, Plans, Clients, and APIs. version: 3.1.0-SNAPSHOT servers: - url: /apiman tags: - name: Downloads paths: /downloads/{downloadId}: get: tags: - Downloads operationId: download parameters: - name: downloadId in: path required: true schema: type: string responses: '200': description: On success.