docs: mark permission as server-only param (#6229)

Co-authored-by: Matteo Badini <matteo.badini@gellify.com>
This commit is contained in:
Matteo Badini
2025-11-23 10:08:55 -08:00
committed by GitHub
co-authored by Matteo Badini
parent c9fb0293f9
commit 7dfdfd9a9a
+1
View File
@@ -135,6 +135,7 @@ type createApiKey = {
rateLimitEnabled?: boolean = true
/**
* Permissions of the Api Key.
* @serverOnly
*/
permissions?: Record<string, string[]>
}