Codag Install.sh API

The Install.sh API from Codag — 1 operation(s) for install.sh.

OpenAPI Specification

codag-install-sh-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: infra-logs templater Activate Install.sh API
  description: Token compression for log streams. POST raw logs, get back templates or capsules.
  version: 0.1.0
tags:
- name: Install.sh
paths:
  /install.sh:
    get:
      summary: Install Script Redirect
      description: Count install-script starts, then redirect to the current installer.
      operationId: install_script_redirect_install_sh_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
      tags:
      - Install.sh