Skip to content

Commit 1dfc332

Browse files
sandbox authorization optional
1 parent 9a5e24e commit 1dfc332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/api/components/environments/sandbox/authorization.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Authorization
22
in: header
33
description: |-
44
An OAuth 2.0 bearer token. Required in integration and production environments.
5-
required: true
5+
required: false
66
schema:
77
type: string
88
pattern: ^Bearer [[:ascii:]]+$

0 commit comments

Comments
 (0)