From cc88a0594cff6b0ee73d2a144697dd89a43241a3 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 4 Jul 2024 13:27:18 +0000 Subject: [PATCH] Update version spec --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 402a671c..4e1f1dcc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -886,11 +886,15 @@ components: jvmVersion: type: string description: The version of the Java Virtual Machine in which the daemon is running + pro: + type: boolean + description: Whether the daemon supports professional edition features required: - version - canonicalVersion - buildVersion - jvmVersion + - pro AuthMethod: discriminator: propertyName: type