From 37789c4631a55f012627e0afa35940299b7d6c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Mon, 14 Oct 2024 15:51:22 +0200 Subject: [PATCH] Specify required parameters for MCMP's *-APP commands --- docs/src/main/asciidoc/developer/management_protocol.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/asciidoc/developer/management_protocol.adoc b/docs/src/main/asciidoc/developer/management_protocol.adoc index 3f24732..9e3c552 100644 --- a/docs/src/main/asciidoc/developer/management_protocol.adoc +++ b/docs/src/main/asciidoc/developer/management_protocol.adoc @@ -298,11 +298,11 @@ is updated or a new one is created (that depends on the context/alias values). TODO: Describe the update/insert logic properly. |=== -| Key | Description +| Key | Description | Required -| JVMRoute | JVMRoute on which we enable the application -| Context | List of context under which the application should be deployed -| Alias | List of aliases for the corresponding virtual host +| JVMRoute | JVMRoute on which we enable the application | Yes +| Context | List of context under which the application should be deployed | Yes if the request path is not `/*` +| Alias | List of aliases for the corresponding virtual host | Yes if the request path is not `/*` |=== In case of success, an empty HTTP response with code 200 is sent. When an error occurs, HTTP 500 response is sent with `Type` and `Mess`