Instance Record API

The Record API from Instance — 1 operation(s) for record.

OpenAPI Specification

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