From c38632b31a1a399d3556222209711a9cad21ef1a Mon Sep 17 00:00:00 2001 From: Tony Bedford Date: Tue, 16 Aug 2022 12:23:08 +0100 Subject: [PATCH] status is deprecated --- definitions/control-v1.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/definitions/control-v1.yaml b/definitions/control-v1.yaml index c609778..6d70af3 100644 --- a/definitions/control-v1.yaml +++ b/definitions/control-v1.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: title: Control API v1 - version: 1.0.27 + version: 1.0.28 description: | Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. @@ -4379,6 +4379,7 @@ TOfReTlUQzgpXRW5h3n2LVXbXQhPGcVitb88Cm2R8cxQwgB1VncM8yvmKhREo2tz type: string description: The status of the application. Can be `enabled` or `disabled`. Enabled means available to accept inbound connections and all services are available. example: enabled + deprecated: true tlsOnly: type: boolean nullable: true