From c06dc02ebc728e012ec9ca00e50bd3a71fc03c65 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sun, 20 Oct 2019 07:27:11 +0300 Subject: [PATCH] Added scope to API spec --- app/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.php b/app/app.php index 40e923fcae..83b8bebdd8 100644 --- a/app/app.php +++ b/app/app.php @@ -618,6 +618,7 @@ $utopia->get('/v1/open-api-2.json') 'edit' => 'https://github.com/appwrite/appwrite/edit/master' . $route->getLabel('sdk.description', ''), 'rate-limit' => $route->getLabel('abuse-limit', 0), 'rate-time' => $route->getLabel('abuse-time', 3600), + 'scope' => $route->getLabel('scope', ''), ]; }