From 92d6a6a5afcc9e0fe04ecfee72d71a61a310e694 Mon Sep 17 00:00:00 2001 From: Balazs Czoma Date: Tue, 26 Mar 2024 06:11:38 -0400 Subject: [PATCH] Updated API spec to 10.6.1 --- ...json => semp-v2-swagger-config-extended.10.6.1.30.lm.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename ci/swagger_spec/{semp-v2-swagger-config-extended.10.6.0.34.lm.json => semp-v2-swagger-config-extended.10.6.1.30.lm.json} (99%) diff --git a/ci/swagger_spec/semp-v2-swagger-config-extended.10.6.0.34.lm.json b/ci/swagger_spec/semp-v2-swagger-config-extended.10.6.1.30.lm.json similarity index 99% rename from ci/swagger_spec/semp-v2-swagger-config-extended.10.6.0.34.lm.json rename to ci/swagger_spec/semp-v2-swagger-config-extended.10.6.1.30.lm.json index 9e17bed..36d2941 100644 --- a/ci/swagger_spec/semp-v2-swagger-config-extended.10.6.0.34.lm.json +++ b/ci/swagger_spec/semp-v2-swagger-config-extended.10.6.1.30.lm.json @@ -8785,7 +8785,7 @@ "x-writeOnly": false }, "serviceRestIncomingAuthorizationHeaderHandling": { - "description": "The handling of Authorization headers for incoming REST connections. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"drop\"`. The allowed values and their meaning are:\n\n
\n\"drop\" - Do not attach the Authorization header to the message as a user property. This configuration is most secure.\n\"forward\" - Forward the Authorization header, attaching it to the message as a user property in the same way as other headers. For best security, use the drop setting.\n\"legacy\" - If the Authorization header was used for authentication to the broker, do not attach it to the message. If the Authorization header was not used for authentication to the broker, attach it to the message as a user property in the same way as other headers. For best security, use the drop setting.\n
\n Available since 2.19.", + "description": "The handling of Authorization headers for incoming REST connections. Authorization header handling settings apply only when the Message VPN is in gateway mode. Changes to this attribute are synchronized to HA mates and replication sites via config-sync. The default value is `\"drop\"`. The allowed values and their meaning are:\n\n
\n\"drop\" - Do not attach the Authorization header to the message as a user property. This configuration is most secure.\n\"forward\" - Forward the Authorization header, attaching it to the message as a user property in the same way as other headers. For best security, use the drop setting.\n\"legacy\" - If the Authorization header was used for authentication to the broker, do not attach it to the message. If the Authorization header was not used for authentication to the broker, attach it to the message as a user property in the same way as other headers. For best security, use the drop setting.\n
\n Available since 2.19.", "enum": [ "drop", "forward", @@ -34309,7 +34309,7 @@ }, "description": "SEMP (starting in `v2`) is a RESTful API for configuring, monitoring, and administering a Solace PubSub+ broker. This specification defines the following API:\n\n\nAPI|Base Path|Purpose\n:---|:---|:---\nConfiguration|/SEMP/v2/config|Reading and writing configuration\n\n\n\nThe following APIs are also available:\n\n\nAPI|Base Path|Purpose\n:---|:---|:---\nAction|/SEMP/v2/action|Performing actions\nMonitoring|/SEMP/v2/monitor|Querying operational state\n\n\n\nFor tutorials, architectural and protocol design documentation, and other information about the SEMP API, consult the [SEMP documentation](https://docs.solace.com/Admin/SEMP/Using-SEMP.htm) on the Solace website. The SEMP API specifications are also [available for download](https://solace.com/downloads/).\n\nIf you need additional support, please contact us at [support@solace.com](mailto:support@solace.com).", "title": "SEMP (Solace Element Management Protocol)", - "version": "2.38" + "version": "2.39" }, "parameters": { "countQuery": {