Skip to content

Commit

Permalink
adds new dynamic parameters to collaboration configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
janthurau committed May 16, 2024
1 parent ef7d195 commit b3899ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/collaboration/configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3899ba

Please sign in to comment.