Skip to content

Commit

Permalink
docs(openapi): re-generate OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperswitch-bot[bot] committed Jul 10, 2024
1 parent 98e055c commit 1f255e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api-reference/openapi_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6991,6 +6991,11 @@
}
],
"nullable": true
},
"custom_outgoing_webhook_http_headers": {
"type": "object",
"description": "You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. It is suggested to use up to 4 keys. These key-value pairs are sent as additional custom headers in the outgoing webhook request.",
"nullable": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -7149,6 +7154,11 @@
}
],
"nullable": true
},
"custom_outgoing_webhook_http_headers": {
"type": "object",
"description": "These key-value pairs are sent as additional custom headers in the outgoing webhook request.",
"nullable": true
}
}
},
Expand Down

0 comments on commit 1f255e1

Please sign in to comment.