Update app/controllers/api/databases.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Shmuel Fogel
2023-02-28 19:21:12 +02:00
committed by GitHub
co-authored by Jake Barnby
parent ae981d90c9
commit 707c8033b8
+1 -1
View File
@@ -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)