Skip to content

Commit b27731f

Browse files
committed
change dynamic envs to use apikey header
1 parent de9645e commit b27731f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
name: Authorization
1+
name: apikey
22
in: header
33
description: |-
4-
An OAuth 2.0 bearer token. Required in integration and production environments.
4+
API Key to authorize in dynamic environments only.
55
required: false
66
schema:
77
type: string
8-
pattern: ^Bearer [[:ascii:]]+$
9-
example: Bearer g1112R_ccQ1Ebbb4gtHBP1aaaNM

0 commit comments

Comments
 (0)