Skip to content

Commit 851ad47

Browse files
committed
1807 - Update test
1 parent 95909b2 commit 851ad47

File tree

1 file changed

+77
-17
lines changed

1 file changed

+77
-17
lines changed

server/libs/modules/components/http-client/src/test/resources/definition/http-client_v1.json

Lines changed: 77 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
"authorizationUrl" : null,
102102
"clientSecret" : null,
103103
"refreshToken" : null,
104-
"oauth2AuthorizationExtraQueryParameters" : null,
105-
"authorizationCallback" : null
104+
"authorizationCallback" : null,
105+
"oauth2AuthorizationExtraQueryParameters" : null
106106
}, {
107107
"detectOn" : null,
108108
"description" : null,
@@ -142,8 +142,8 @@
142142
"authorizationUrl" : null,
143143
"clientSecret" : null,
144144
"refreshToken" : null,
145-
"oauth2AuthorizationExtraQueryParameters" : null,
146-
"authorizationCallback" : null
145+
"authorizationCallback" : null,
146+
"oauth2AuthorizationExtraQueryParameters" : null
147147
}, {
148148
"detectOn" : null,
149149
"description" : null,
@@ -203,8 +203,8 @@
203203
"authorizationUrl" : null,
204204
"clientSecret" : null,
205205
"refreshToken" : null,
206-
"oauth2AuthorizationExtraQueryParameters" : null,
207-
"authorizationCallback" : null
206+
"authorizationCallback" : null,
207+
"oauth2AuthorizationExtraQueryParameters" : null
208208
}, {
209209
"detectOn" : null,
210210
"description" : null,
@@ -264,8 +264,8 @@
264264
"authorizationUrl" : null,
265265
"clientSecret" : null,
266266
"refreshToken" : null,
267-
"oauth2AuthorizationExtraQueryParameters" : null,
268-
"authorizationCallback" : null
267+
"authorizationCallback" : null,
268+
"oauth2AuthorizationExtraQueryParameters" : null
269269
}, {
270270
"detectOn" : null,
271271
"description" : null,
@@ -405,8 +405,8 @@
405405
"authorizationUrl" : null,
406406
"clientSecret" : null,
407407
"refreshToken" : null,
408-
"oauth2AuthorizationExtraQueryParameters" : null,
409-
"authorizationCallback" : null
408+
"authorizationCallback" : null,
409+
"oauth2AuthorizationExtraQueryParameters" : null
410410
}, {
411411
"detectOn" : null,
412412
"description" : null,
@@ -526,8 +526,8 @@
526526
"authorizationUrl" : null,
527527
"clientSecret" : null,
528528
"refreshToken" : null,
529-
"oauth2AuthorizationExtraQueryParameters" : null,
530-
"authorizationCallback" : null
529+
"authorizationCallback" : null,
530+
"oauth2AuthorizationExtraQueryParameters" : null
531531
}, {
532532
"detectOn" : null,
533533
"description" : null,
@@ -647,8 +647,8 @@
647647
"authorizationUrl" : null,
648648
"clientSecret" : null,
649649
"refreshToken" : null,
650-
"oauth2AuthorizationExtraQueryParameters" : null,
651-
"authorizationCallback" : null
650+
"authorizationCallback" : null,
651+
"oauth2AuthorizationExtraQueryParameters" : null
652652
} ],
653653
"properties" : [ {
654654
"advancedOption" : null,
@@ -1875,10 +1875,30 @@
18751875
"optionsDataSource" : null
18761876
} ],
18771877
"controlType" : "FILE_ENTRY"
1878+
}, {
1879+
"advancedOption" : null,
1880+
"description" : "Mime-Type to use when sending binary body content.",
1881+
"displayCondition" : "'BINARY' == body.bodyContentType",
1882+
"expressionEnabled" : null,
1883+
"hidden" : null,
1884+
"metadata" : { },
1885+
"required" : null,
1886+
"name" : "bodyContentMimeType",
1887+
"type" : "STRING",
1888+
"defaultValue" : null,
1889+
"exampleValue" : null,
1890+
"label" : "Content Type",
1891+
"placeholder" : "text/plain",
1892+
"controlType" : "TEXT",
1893+
"languageId" : null,
1894+
"maxLength" : null,
1895+
"minLength" : null,
1896+
"options" : null,
1897+
"optionsDataSource" : null
18781898
}, {
18791899
"advancedOption" : null,
18801900
"description" : "Mime-Type to use when sending raw body content.",
1881-
"displayCondition" : "'BINARY' == body.bodyContentType or 'RAW' == body.bodyContentType",
1901+
"displayCondition" : "'RAW' == body.bodyContentType",
18821902
"expressionEnabled" : null,
18831903
"hidden" : null,
18841904
"metadata" : { },
@@ -2862,10 +2882,30 @@
28622882
"optionsDataSource" : null
28632883
} ],
28642884
"controlType" : "FILE_ENTRY"
2885+
}, {
2886+
"advancedOption" : null,
2887+
"description" : "Mime-Type to use when sending binary body content.",
2888+
"displayCondition" : "'BINARY' == body.bodyContentType",
2889+
"expressionEnabled" : null,
2890+
"hidden" : null,
2891+
"metadata" : { },
2892+
"required" : null,
2893+
"name" : "bodyContentMimeType",
2894+
"type" : "STRING",
2895+
"defaultValue" : null,
2896+
"exampleValue" : null,
2897+
"label" : "Content Type",
2898+
"placeholder" : "text/plain",
2899+
"controlType" : "TEXT",
2900+
"languageId" : null,
2901+
"maxLength" : null,
2902+
"minLength" : null,
2903+
"options" : null,
2904+
"optionsDataSource" : null
28652905
}, {
28662906
"advancedOption" : null,
28672907
"description" : "Mime-Type to use when sending raw body content.",
2868-
"displayCondition" : "'BINARY' == body.bodyContentType or 'RAW' == body.bodyContentType",
2908+
"displayCondition" : "'RAW' == body.bodyContentType",
28692909
"expressionEnabled" : null,
28702910
"hidden" : null,
28712911
"metadata" : { },
@@ -3849,10 +3889,30 @@
38493889
"optionsDataSource" : null
38503890
} ],
38513891
"controlType" : "FILE_ENTRY"
3892+
}, {
3893+
"advancedOption" : null,
3894+
"description" : "Mime-Type to use when sending binary body content.",
3895+
"displayCondition" : "'BINARY' == body.bodyContentType",
3896+
"expressionEnabled" : null,
3897+
"hidden" : null,
3898+
"metadata" : { },
3899+
"required" : null,
3900+
"name" : "bodyContentMimeType",
3901+
"type" : "STRING",
3902+
"defaultValue" : null,
3903+
"exampleValue" : null,
3904+
"label" : "Content Type",
3905+
"placeholder" : "text/plain",
3906+
"controlType" : "TEXT",
3907+
"languageId" : null,
3908+
"maxLength" : null,
3909+
"minLength" : null,
3910+
"options" : null,
3911+
"optionsDataSource" : null
38523912
}, {
38533913
"advancedOption" : null,
38543914
"description" : "Mime-Type to use when sending raw body content.",
3855-
"displayCondition" : "'BINARY' == body.bodyContentType or 'RAW' == body.bodyContentType",
3915+
"displayCondition" : "'RAW' == body.bodyContentType",
38563916
"expressionEnabled" : null,
38573917
"hidden" : null,
38583918
"metadata" : { },

0 commit comments

Comments
 (0)