Skip to content
Snippets Groups Projects

Add authentication to the reports endpoint

Merged Martin Lowe requested to merge (removed):malowe/master/auth-fix into master
2 unresolved threads
Files
6
+ 2
0
@@ -131,6 +131,8 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/Error"
401:
description: Unauthorized - user not allowed
500:
description: Error while processing request
Loading