openapi: 3.0.0 info: title: Audio Service description: >- The audio service takes care of the receiving of events. version: V1 # Server Configuration servers: - url: 'https://audio-service.dev1.pbm.sh/api/v1' description: "Audio Service Dev" - url: 'http://localhost:8093/api/v1' description: "Audio Service Local" paths: /internal/status: get: summary: Checks if the API is reachable tags: - Healthcheck responses: '200': description: OK '500': description: Server Error