Skip to content

Commit

Permalink
improve wording and increase httpJsonFunction version
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefanie committed Jan 14, 2025
1 parent 07a60c7 commit f59ce66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ public class HttpCommonRequest {
private boolean storeResponse;

@TemplateProperty(
label = "Skip encoding",
description = "Skip the default decoding and encoding behavior",
label = "Skip URL encoding",
description = "Skip the default URL decoding and encoding behavior",
type = TemplateProperty.PropertyType.Hidden,
feel = Property.FeelMode.disabled,
group = "endpoint",
Expand Down
12 changes: 1 addition & 11 deletions connectors/http/rest/element-templates/http-json-connector.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords" : [ ]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/protocol/rest/",
"version" : 9,
"version" : 10,
"category" : {
"id" : "connectors",
"name" : "Connectors"
Expand Down Expand Up @@ -402,16 +402,6 @@
"type" : "zeebe:input"
},
"type" : "Boolean"
}, {
"id" : "skipEncoding",
"label" : "Skip encoding",
"optional" : true,
"group" : "endpoint",
"binding" : {
"name" : "skipEncoding",
"type" : "zeebe:input"
},
"type" : "Hidden"
}, {
"id" : "connectionTimeoutInSeconds",
"label" : "Connection timeout in seconds",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords" : [ ]
},
"documentationRef" : "https://docs.camunda.io/docs/components/connectors/protocol/rest/",
"version" : 9,
"version" : 10,
"category" : {
"id" : "connectors",
"name" : "Connectors"
Expand Down Expand Up @@ -407,16 +407,6 @@
"type" : "zeebe:input"
},
"type" : "Boolean"
}, {
"id" : "skipEncoding",
"label" : "Skip encoding",
"optional" : true,
"group" : "endpoint",
"binding" : {
"name" : "skipEncoding",
"type" : "zeebe:input"
},
"type" : "Hidden"
}, {
"id" : "connectionTimeoutInSeconds",
"label" : "Connection timeout in seconds",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
description = "Invoke REST API",
inputDataClass = HttpJsonRequest.class,
outputDataClass = HttpCommonResult.class,
version = 9,
version = 10,
propertyGroups = {
@PropertyGroup(id = "authentication", label = "Authentication"),
@PropertyGroup(id = "endpoint", label = "HTTP endpoint"),
Expand Down

0 comments on commit f59ce66

Please sign in to comment.