Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,7 @@
"type": "object",
"properties": {
"type": {
"type": "object",
"type": "string",
"description": "Copy translator type."
}
},
Expand Down Expand Up @@ -2535,6 +2535,10 @@
"description": "Authentication method used for calling the endpoint.",
"$ref": "#/definitions/WebActivityAuthentication"
},
"disableCertValidation": {
"type": "boolean",
"description": "When set to true, Certificate validation will be disabled."
},
"datasets": {
"type": "array",
"description": "List of datasets passed to web endpoint.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6232,6 +6232,10 @@
"description": "Authentication method used for calling the endpoint.",
"$ref": "#/definitions/WebActivityAuthentication"
},
"disableCertValidation": {
"type": "boolean",
"description": "When set to true, Certificate validation will be disabled."
},
"datasets": {
"type": "array",
"description": "List of datasets passed to web endpoint.",
Expand Down