Update app/controllers/api/databases.php

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Shmuel Fogel
2023-03-01 16:12:02 +02:00
committed by GitHub
co-authored by Jake Barnby
parent c315240bce
commit 6b884150cd
+1 -1
View File
@@ -2915,7 +2915,7 @@ App::get('/v1/databases/:databaseId/slow-queries')
]), Response::MODEL_DOCUMENT_LIST);
});
App::get('/v1/databases/slow-queries/:documentId')
App::get('/v1/databases/:databaseId/slow-queries/:documentId')
->desc('Get Slow Query Document')
->groups(['api', 'database'])
->label('docs', false)