Merge a6af5ec2c760b3906164a1f4bf1529335938bb0a into 3a01b2c84f2b0dc31fbd1f2bb962a2495ba27990

This commit is contained in:
Sander Jochems 2025-02-05 18:18:53 +01:00 committed by GitHub
commit be4e5458dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -22,8 +22,7 @@
"enabled",
"locations",
"hsts_enabled",
"hsts_subdomains",
"certificate"
"hsts_subdomains"
],
"additionalProperties": false,
"properties": {

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": {