mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Fix security declaraion in NERM
This commit is contained in:
@@ -126,11 +126,11 @@ paths:
|
||||
$ref: "./paths/job_status.yaml"
|
||||
|
||||
security:
|
||||
BearerAuth: []
|
||||
- bearerAuth: []
|
||||
|
||||
components:
|
||||
securitySchemes:
|
||||
BearerAuth:
|
||||
bearerAuth:
|
||||
type: http
|
||||
scheme: bearer
|
||||
bearerFormat: Token token=your token
|
||||
Reference in New Issue
Block a user