Skip to content

Commit

Permalink
Deploying to gh-pages from @ 913aa50 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 29, 2024
1 parent 85a9f8e commit 3dd5f4c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@
}
}
],
"security": [
{
"BearerAuth": []
}
],
"requestBody": {
"required": true,
"content": {
Expand Down Expand Up @@ -2308,6 +2313,13 @@
"pattern": "^0x[0-9a-fA-F]{64}$"
}
}
},
"securitySchemes": {
"BearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
}
}
7 changes: 7 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ paths:
schema:
type: string
pattern: '^[a-f0-9]{64}$'
security:
- BearerAuth: []
requestBody:
required: true
content:
Expand Down Expand Up @@ -1612,3 +1614,8 @@ components:
type: string
example: 0x123...abc
pattern: '^0x[0-9a-fA-F]{64}$'
securitySchemes:
BearerAuth:
type: http
scheme: bearer
bearerFormat: JWT

0 comments on commit 3dd5f4c

Please sign in to comment.