Instance Robot Rollout Verifier API

The Robot Rollout Verifier API from Instance — 1 operation(s) for robot rollout verifier.

OpenAPI Specification

instance-robot-rollout-verifier-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Archive Robot Rollout Verifier API
  version: 0.1.0
tags:
- name: Robot Rollout Verifier
paths:
  /:
    get:
      summary: Index
      operationId: index__get
      responses:
        '200':
          description: Successful Response
          content:
            text/html:
              schema:
                type: string
      tags:
      - Robot Rollout Verifier