From 6c30845066ffd33a0c8f43abf8cf1e7dc1358f63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:38:03 +0000 Subject: [PATCH] Update from https://github.com/glideapps/glide/commit/314f30288f78e5a6691d7cb6d9f2512b8fda9035 --- openapi/swagger.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi/swagger.json b/openapi/swagger.json index a40ae33..d1bf045 100644 --- a/openapi/swagger.json +++ b/openapi/swagger.json @@ -759,6 +759,11 @@ "schema": { "type": "object", "properties": { + "displayName": { + "type": "string", + "description": "Name of the table, e.g., `Invoices`", + "example": "Invoices" + }, "fromUrl": { "type": "string", "format": "uri",