Named Credential Callout Options Input

Named credential callout options input.
JSON example
1{
2   "allowMergeFieldsInBody": false,
3   "allowMergeFieldsInHeader": true,
4   "generateAuthorizationHeader": true
5}
Properties
Name Type Description Required or Optional Available Version
allowMerge​FieldsInBody Boolean Specifies whether to allow merge fields in the HTTP body (true) or not (false). Required 58.0
allowMerge​FieldsInHeader Boolean Specifies whether to allow merge fields in the HTTP header (true) or not (false). Required 58.0
generate​Authorization​Header Boolean Specifies whether to generate an authorization header (true) or not (false). Required 58.0