From 65799809241ce1c02e47672de71e3d7c842c8d8a Mon Sep 17 00:00:00 2001 From: Adis Veletanlic Date: Wed, 16 Apr 2025 13:16:43 +0200 Subject: [PATCH] Run ./misc/update.sh --- docs/config.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/config.schema.json b/docs/config.schema.json index 165cf947d..313e672c5 100644 --- a/docs/config.schema.json +++ b/docs/config.schema.json @@ -239,6 +239,10 @@ } ] }, + "client_name": { + "description": "Name of the `OAuth2` client", + "type": "string" + }, "client_secret": { "description": "The client secret, used by the `client_secret_basic`, `client_secret_post` and `client_secret_jwt` authentication methods", "type": "string"