creating endpoint for scopes

This commit is contained in:
2021-09-20 14:11:33 +02:00
parent 120f7d8026
commit e7928c222d
2 changed files with 31 additions and 0 deletions

View File

@@ -480,3 +480,14 @@ paths:
description: "not found"
401:
description: "Unauthorized"
/1.0/main/scope.json:
get:
tags:
- scope
summary: return a list of scopes
responses:
200:
description: "ok"
401:
description: "Unauthorized"