Chaldal Heartbeat API

The Heartbeat API from Chaldal — 2 operation(s) for heartbeat.

OpenAPI Specification

chaldal-heartbeat-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  title: My Title Accounts Heartbeat API
  version: 1.0.0
host: eggtransport.chaldal.com
schemes:
- https
tags:
- name: Heartbeat
paths:
  /api/Heartbeat/Smoketest:
    post:
      tags:
      - Heartbeat
      operationId: Heartbeat_Smoketest
      produces:
      - text/plain
      - text/csv
      - application/json
      - text/json
      responses:
        '204':
          description: ''
  /api/Heartbeat/Ping:
    get:
      tags:
      - Heartbeat
      operationId: Heartbeat_Ping
      produces:
      - text/plain
      - text/csv
      - application/json
      - text/json
      responses:
        '200':
          x-nullable: false
          description: ''
          schema:
            type: string
x-generator: NSwag v13.10.8.0 (NJsonSchema v10.3.11.0 (Newtonsoft.Json v13.0.0.0))