From b3899bac7f19a164ed90434f3a530e3d5f67ef16 Mon Sep 17 00:00:00 2001 From: Jan Thurau Date: Thu, 16 May 2024 19:17:33 +0200 Subject: [PATCH] adds new dynamic parameters to collaboration configuration --- docs/collaboration/configure.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/collaboration/configure.md b/docs/collaboration/configure.md index 9d5d3d8b75..8e40a6ac9d 100644 --- a/docs/collaboration/configure.md +++ b/docs/collaboration/configure.md @@ -11,6 +11,9 @@ Several `key` settings can be adjusted dynamically: - **webhook_url**: Optional webhook URL for receiving callbacks. - **authentication_disabled**: Toggle for enabling/disabling authentication (1 for disabled, 0 for enabled, with the default being 0). - **name**: Optional instance name. +- **webhook_version**: The webhook version +- **default_auto_versioning**: Turn auto versioning on or off by default (1 for enabled, 0 for off). +- **default_auto_versioning_interval**: Default versioning interval (default is 30 seconds) ## Managing Settings via API