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" $ref: "./paths/job_status.yaml"
security: security:
BearerAuth: [] - bearerAuth: []
components: components:
securitySchemes: securitySchemes:
BearerAuth: bearerAuth:
type: http type: http
scheme: bearer scheme: bearer
bearerFormat: Token token=your token bearerFormat: Token token=your token