mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update app/controllers/api/databases.php
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
co-authored by
Jake Barnby
parent
ae981d90c9
commit
707c8033b8
@@ -2881,7 +2881,7 @@ App::get('/v1/databases/:databaseId/collections/:collectionId/usage')
|
||||
});
|
||||
|
||||
App::get('/v1/databases/:databaseId/slow-queries')
|
||||
->desc('List Slow queries Documents')
|
||||
->desc('List Slow Queries Documents')
|
||||
->groups(['api', 'database'])
|
||||
->label('docs', false)
|
||||
->label('sdk.hide', true)
|
||||
|
||||
Reference in New Issue
Block a user