diff --git a/docs/content/docs/plugins/api-key.mdx b/docs/content/docs/plugins/api-key.mdx index 8f7de41045..b3295fd01a 100644 --- a/docs/content/docs/plugins/api-key.mdx +++ b/docs/content/docs/plugins/api-key.mdx @@ -135,6 +135,7 @@ type createApiKey = { rateLimitEnabled?: boolean = true /** * Permissions of the Api Key. + * @serverOnly */ permissions?: Record }