mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Added scope to API spec
This commit is contained in:
@@ -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', ''),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user