UpdateTableTag
Description
description: |
Update an existing tag for table `id` to point to a different version.
Request Schema
UpdateTableTagRequest:
type: object
required:
- tag
- version
properties:
id:
type: array
items:
type: string
tag:
type: string
description: Name of the tag to update
version:
type: integer
format: int64
minimum: 0
description: New version number for the tag to point to