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",