From 841e0bd5e51b7e3a156f5e07a7925f458666264c Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 27 Jun 2025 16:29:22 -0700 Subject: [PATCH] update openapi --- public/api-enterprise-spec.json | 22 ++++++++++++---------- public/api-merged.json | 1 + public/openapi3.json | 1 + 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/public/api-enterprise-spec.json b/public/api-enterprise-spec.json index 6f4adb798a2..d431451f492 100644 --- a/public/api-enterprise-spec.json +++ b/public/api-enterprise-spec.json @@ -5487,6 +5487,7 @@ "format": "int64" }, "id": { + "description": "Deprecated: this field will be removed in the future", "type": "integer", "format": "int64" }, @@ -6128,15 +6129,15 @@ "language": { "type": "string" }, - "locale": { - "type": "string" - }, "navbar": { "$ref": "#/definitions/NavbarPreference" }, "queryHistory": { "$ref": "#/definitions/QueryHistoryPreference" }, + "regionalFormat": { + "type": "string" + }, "theme": { "type": "string", "enum": [ @@ -6397,16 +6398,16 @@ "description": "Selected language (beta)", "type": "string" }, - "locale": { - "description": "Selected locale (beta)", - "type": "string" - }, "navbar": { "$ref": "#/definitions/NavbarPreference" }, "queryHistory": { "$ref": "#/definitions/QueryHistoryPreference" }, + "regionalFormat": { + "description": "Selected locale (beta)", + "type": "string" + }, "theme": { "description": "light, dark, empty is default", "type": "string" @@ -8442,6 +8443,7 @@ "type": "string" }, "version": { + "description": "The previous version -- used for optimistic locking", "type": "integer", "format": "int64" }, @@ -8559,15 +8561,15 @@ "language": { "type": "string" }, - "locale": { - "type": "string" - }, "navbar": { "$ref": "#/definitions/NavbarPreference" }, "queryHistory": { "$ref": "#/definitions/QueryHistoryPreference" }, + "regionalFormat": { + "type": "string" + }, "theme": { "type": "string", "enum": [ diff --git a/public/api-merged.json b/public/api-merged.json index 7c8e7873c42..0706252d551 100644 --- a/public/api-merged.json +++ b/public/api-merged.json @@ -22192,6 +22192,7 @@ "type": "string" }, "version": { + "description": "The previous version -- used for optimistic locking", "type": "integer", "format": "int64" }, diff --git a/public/openapi3.json b/public/openapi3.json index 66de8bb8da4..f44e48250d6 100644 --- a/public/openapi3.json +++ b/public/openapi3.json @@ -12238,6 +12238,7 @@ "type": "string" }, "version": { + "description": "The previous version -- used for optimistic locking", "format": "int64", "type": "integer" },