Set bearer auth security component

This commit is contained in:
Sander Jochems 2025-02-05 17:29:40 +01:00 committed by GitHub
parent 3a01b2c84f
commit cfcf78aaee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,15 @@
"url": "http://127.0.0.1:81/api"
}
],
"components": {
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT"
}
}
},
"paths": {
"/": {
"get": {