Skip to content

CreateTableTag

Description

      description: |
        Create a new tag for table `id` that points to a specific version.

Request Schema

    CreateTableTagRequest:
      type: object
      required:
        - tag
        - version
      properties:
        id:
          type: array
          items:
            type: string
        tag:
          type: string
          description: Name of the tag to create
        version:
          type: integer
          format: int64
          minimum: 0
          description: Version number for the tag to point to