We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c82d5 commit e1ac3d4Copy full SHA for e1ac3d4
VERSION
@@ -1 +1 @@
1
-1.0.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
+1.0.1-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
specification/api/components/parameters/authorization.yml
@@ -2,8 +2,8 @@ name: Authorization
2
in: header
3
description: |-
4
An OAuth 2.0 bearer token. Required in integration and production environments.
5
-required: true
+required: false
6
schema:
7
type: string
8
- #pattern: ^Bearer [[:ascii:]]+$
+ pattern: ^Bearer [[:ascii:]]+$
9
example: Bearer g1112R_ccQ1Ebbb4gtHBP1aaaNM
0 commit comments