Skip to content

Commit 9012bdc

Browse files
authored
fix(metadata): add missing field to http binding (#3560)
Signed-off-by: Samantha Coyle <[email protected]>
1 parent be7c19b commit 9012bdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bindings/http/metadata.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,7 @@ metadata:
7575
required: false
7676
description: "The header name on an outgoing HTTP request for a security token"
7777
example: '"X-Security-Token"'
78+
- name: errorIfNot2XX
79+
required: false
80+
default: 'true'
81+
description: "Create an error if a non-2XX status code is returned"

0 commit comments

Comments
 (0)