Skip to content

Commit

Permalink
fix(metadata): add missing field to http binding
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <[email protected]>
  • Loading branch information
sicoyle committed Oct 3, 2024
1 parent be7c19b commit c650aaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/http/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ metadata:
required: false
description: "The header name on an outgoing HTTP request for a security token"
example: '"X-Security-Token"'
- name: errorIfNot2XX
required: false
default: 'true'
description: "Create an error if a non-2XX status code is returned"

0 comments on commit c650aaa

Please sign in to comment.