diff --git a/openapi.yaml b/openapi.yaml index 1190c2c..c73274b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -52,7 +52,13 @@ paths: application/json: schema: $ref: '#/components/schemas/ModelList' +security: + - ApiKeyAuth: [] components: + securitySchemes: + ApiKeyAuth: + type: http + scheme: "bearer" schemas: Error: type: object