Skip to content

Commit e1ac3d4

Browse files
committed
remove required for published spec simplicity
1 parent d0c82d5 commit e1ac3d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}
1+
1.0.1-${yyyy}${mm}${dd}.${HH}${MM}${SS}+${hash}

specification/api/components/parameters/authorization.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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
8-
#pattern: ^Bearer [[:ascii:]]+$
8+
pattern: ^Bearer [[:ascii:]]+$
99
example: Bearer g1112R_ccQ1Ebbb4gtHBP1aaaNM

0 commit comments

Comments
 (0)