From 40c1a2315defcff31af9cd7793e4fe38fbb3cfa5 Mon Sep 17 00:00:00 2001 From: Robert Stupp Date: Mon, 30 Jan 2023 14:01:18 +0100 Subject: [PATCH] Add missing `last-column-id` to spec --- open-api/rest-catalog-open-api.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/open-api/rest-catalog-open-api.yaml b/open-api/rest-catalog-open-api.yaml index d3f3a4489076..98cd5f4c7e46 100644 --- a/open-api/rest-catalog-open-api.yaml +++ b/open-api/rest-catalog-open-api.yaml @@ -1541,6 +1541,8 @@ components: properties: snapshot: $ref: '#/components/schemas/Snapshot' + last-column-id: + type: integer SetSnapshotRefUpdate: allOf: