Skip to content

Commit d13bf21

Browse files
authored
Merge pull request #920 from shuailiu-zingbox/BAN-21692
BAN-21692 adding new public api flow
2 parents 045617f + 76e16f9 commit d13bf21

4 files changed

Lines changed: 169 additions & 122 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
securitySchemes:
2+
Bearer:
3+
scheme: bearer
4+
type: http
25
X-Key-Id:
3-
description: Your API header requires X-Key-Id for authentication.
6+
description: DEPRECATED - Your API header requires X-Key-Id for authentication.
47
type: apiKey
58
in: header
69
name: X-Key-Id
710
X-Access-Key:
8-
description: Your API header requires X-Key-Key for authentication.
11+
description: DEPRECATED - Your API header requires X-Key-Key for authentication.
912
type: apiKey
1013
in: header
1114
name: X-Access-Key

0 commit comments

Comments
 (0)