From e0e4607a0a75160a3b07088e713b22671634b726 Mon Sep 17 00:00:00 2001 From: Ivan Kavalerov Date: Tue, 9 Aug 2022 15:54:01 +0100 Subject: [PATCH] Improve the description of the app `status` property --- definitions/control-v1.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/control-v1.yaml b/definitions/control-v1.yaml index b4a292d..f60e0e2 100644 --- a/definitions/control-v1.yaml +++ b/definitions/control-v1.yaml @@ -4477,7 +4477,7 @@ TOfReTlUQzgpXRW5h3n2LVXbXQhPGcVitb88Cm2R8cxQwgB1VncM8yvmKhREo2tz example: Default status: type: string - description: The application status. Disabled applications will not accept new connections and will return an error to all clients. + 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 tlsOnly: type: boolean