diff --git a/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json b/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json index 35a9987966..b900a9c910 100644 --- a/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json +++ b/server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json @@ -93,16 +93,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -134,16 +134,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -195,16 +195,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -256,16 +256,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -397,16 +397,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -518,16 +518,16 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null }, { "detectOn" : null, "description" : null, @@ -639,20 +639,20 @@ "acquire" : null, "authorizationCallback" : null, "oauth2AuthorizationExtraQueryParameters" : null, + "authorizationUrl" : null, + "clientSecret" : null, + "refreshToken" : null, "apply" : null, "clientId" : null, "pkce" : null, "refresh" : null, "refreshUrl" : null, "scopes" : null, - "tokenUrl" : null, - "authorizationUrl" : null, - "clientSecret" : null, - "refreshToken" : null + "tokenUrl" : null } ], "properties" : [ { "advancedOption" : null, - "description" : null, + "description" : "If set, it will be combined HTTP Client Component URI attribute value.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -691,7 +691,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -700,7 +700,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -842,14 +842,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -903,14 +903,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Returns the full response data instead of only the body.", @@ -1044,8 +1044,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "GET", "processErrorResponse" : null, @@ -1066,7 +1066,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -1075,7 +1075,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -1217,14 +1217,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -1278,14 +1278,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Content-Type to use when sending body parameters.", @@ -1367,8 +1367,8 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -1408,8 +1408,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE" }, { "advancedOption" : null, "description" : null, @@ -1425,8 +1425,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE_TIME" }, { "advancedOption" : null, "description" : null, @@ -1444,8 +1444,8 @@ "maxValue" : null, "minValue" : null, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" }, { "advancedOption" : null, "description" : null, @@ -1481,8 +1481,8 @@ "minValue" : null, "numberPrecision" : null, "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "NUMBER" }, { "advancedOption" : null, "description" : null, @@ -1501,8 +1501,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -1538,14 +1538,14 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "TIME" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "XML content to send.", @@ -1564,8 +1564,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -1700,8 +1700,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -1740,8 +1740,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "The raw text to send.", @@ -2011,8 +2011,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "POST", "processErrorResponse" : null, @@ -2033,7 +2033,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -2042,7 +2042,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -2184,14 +2184,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -2245,14 +2245,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body Parameters to send.", @@ -2286,8 +2286,8 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -2327,8 +2327,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE" }, { "advancedOption" : null, "description" : null, @@ -2344,8 +2344,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE_TIME" }, { "advancedOption" : null, "description" : null, @@ -2363,8 +2363,8 @@ "maxValue" : null, "minValue" : null, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" }, { "advancedOption" : null, "description" : null, @@ -2400,8 +2400,8 @@ "minValue" : null, "numberPrecision" : null, "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "NUMBER" }, { "advancedOption" : null, "description" : null, @@ -2420,8 +2420,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -2457,14 +2457,14 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "TIME" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "XML content to send.", @@ -2483,8 +2483,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -2619,8 +2619,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -2659,8 +2659,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "The raw text to send.", @@ -2858,8 +2858,8 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -2899,8 +2899,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE" }, { "advancedOption" : null, "description" : null, @@ -2916,8 +2916,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE_TIME" }, { "advancedOption" : null, "description" : null, @@ -2935,8 +2935,8 @@ "maxValue" : null, "minValue" : null, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" }, { "advancedOption" : null, "description" : null, @@ -2972,8 +2972,8 @@ "minValue" : null, "numberPrecision" : null, "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "NUMBER" }, { "advancedOption" : null, "description" : null, @@ -2992,8 +2992,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -3029,14 +3029,14 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "TIME" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "XML content to send.", @@ -3055,8 +3055,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -3191,8 +3191,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -3231,8 +3231,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "The raw text to send.", @@ -3502,8 +3502,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "PUT", "processErrorResponse" : null, @@ -3524,7 +3524,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -3533,7 +3533,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -3675,14 +3675,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -3736,14 +3736,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body Parameters to send.", @@ -3777,8 +3777,8 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -3818,8 +3818,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE" }, { "advancedOption" : null, "description" : null, @@ -3835,8 +3835,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE_TIME" }, { "advancedOption" : null, "description" : null, @@ -3854,8 +3854,8 @@ "maxValue" : null, "minValue" : null, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" }, { "advancedOption" : null, "description" : null, @@ -3891,8 +3891,8 @@ "minValue" : null, "numberPrecision" : null, "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "NUMBER" }, { "advancedOption" : null, "description" : null, @@ -3911,8 +3911,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -3948,14 +3948,14 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "TIME" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "XML content to send.", @@ -3974,8 +3974,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -4110,8 +4110,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -4150,8 +4150,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "The raw text to send.", @@ -4349,8 +4349,8 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -4390,8 +4390,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE" }, { "advancedOption" : null, "description" : null, @@ -4407,8 +4407,8 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "DATE_TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "DATE_TIME" }, { "advancedOption" : null, "description" : null, @@ -4426,8 +4426,8 @@ "maxValue" : null, "minValue" : null, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" }, { "advancedOption" : null, "description" : null, @@ -4463,8 +4463,8 @@ "minValue" : null, "numberPrecision" : null, "options" : null, - "controlType" : "NUMBER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "NUMBER" }, { "advancedOption" : null, "description" : null, @@ -4483,8 +4483,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : null, @@ -4520,14 +4520,14 @@ "label" : null, "placeholder" : null, "options" : null, - "controlType" : "TIME", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "TIME" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "XML content to send.", @@ -4546,8 +4546,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -4682,8 +4682,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Body parameters to send.", @@ -4722,8 +4722,8 @@ "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "The raw text to send.", @@ -4993,8 +4993,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "PATCH", "processErrorResponse" : null, @@ -5015,7 +5015,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -5024,7 +5024,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -5166,14 +5166,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -5227,14 +5227,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Returns the full response data instead of only the body.", @@ -5368,8 +5368,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "DELETE", "processErrorResponse" : null, @@ -5390,7 +5390,7 @@ }, "properties" : [ { "advancedOption" : null, - "description" : "The URI to make the request to", + "description" : "The URI to make the request to. If HTTP Client Connection defines Base URI, then this value is appended to it.", "displayCondition" : null, "expressionEnabled" : null, "hidden" : null, @@ -5399,7 +5399,7 @@ "name" : "uri", "type" : "STRING", "defaultValue" : "", - "exampleValue" : null, + "exampleValue" : "/", "label" : "URI", "placeholder" : "https://example.com/index.html", "controlType" : "TEXT", @@ -5541,14 +5541,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : null, "description" : "Query parameters to send.", @@ -5602,14 +5602,14 @@ "minItems" : null, "multipleValues" : null, "options" : null, - "controlType" : "ARRAY_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "ARRAY_BUILDER" } ], "multipleValues" : null, "options" : null, "properties" : null, - "controlType" : "OBJECT_BUILDER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "OBJECT_BUILDER" }, { "advancedOption" : true, "description" : "Returns the full response data instead of only the body.", @@ -5743,8 +5743,8 @@ "maxValue" : null, "minValue" : 1, "options" : null, - "controlType" : "INTEGER", - "optionsDataSource" : null + "optionsDataSource" : null, + "controlType" : "INTEGER" } ], "title" : "HEAD", "processErrorResponse" : null,