Fix security declaraion in NERM

This commit is contained in:
matt-ramirez-sp
2023-08-18 16:24:31 -04:00
parent 19bfecbd72
commit d6269034a2

View File

@@ -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