Skip to content
16 changes: 13 additions & 3 deletions certified-connectors/Encodian/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11814,7 +11814,8 @@
"enum": [
"TEXT",
"HEX",
"BASE64"
"BASE64",
"FILE"
],
"type": "string",
"x-ms-visibility": "important",
Expand All @@ -11832,7 +11833,8 @@
"enum": [
"TEXT",
"HEX",
"BASE64"
"BASE64",
"FILE"
],
"type": "string",
"x-ms-visibility": "important",
Expand Down Expand Up @@ -11962,7 +11964,8 @@
"enum": [
"TEXT",
"HEX",
"BASE64"
"BASE64",
"FILE"
],
"type": "string",
"x-ms-visibility": "important",
Expand Down Expand Up @@ -12365,6 +12368,13 @@
"x-ms-summary": "JSON Parse Mode",
"description": "Sets the JSON parsing mode for simple values (null, boolean, number, integer, and string)."
},
"dateTimeFormat": {
"default": "",
"type": "string",
"x-ms-visibility": "advanced",
"x-ms-summary": "Date Time Format",
"description": "Sets a specfic format for parsing DateTime values."
},
"populationOptions": {
"default": "Default",
"enum": [
Expand Down