Transload Readyz API

The Readyz API from Transload — 1 operation(s) for readyz.

OpenAPI Specification

transload-readyz-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Pipeline Backend Admin Readyz API
  version: 0.1.0
security:
- bearerAuth: []
tags:
- name: Readyz
paths:
  /readyz:
    get:
      responses:
        '200':
          description: Default Response
      tags:
      - Readyz
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer