1KOMMA5° Test API

The Test API from 1KOMMA5° — 1 operation(s) for test.

OpenAPI Specification

1komma5-test-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Offer Tool Test API
  description: Api definitions for Offer Tool
  version: '1.0'
  contact: {}
tags:
- name: Test
paths:
  /api/v1/test/pubsub:
    post:
      operationId: TestPubsubController_publishTestPing_v1
      parameters: []
      responses:
        '202':
          description: Event published to message bus
      summary: Publish a test.ping event to the message bus for E2E PubSub verification
      tags:
      - Test
servers:
- url: https://heartbeat.1komma5grad.com
  description: Base URL reconciled from apis.yml