api_docs: Update the changelog for feature 318.

This changelog for feature 318 was added in this commit:
d1ff871523. The changelog stated that it
added a new field called `config_options` to the
`realm__incoming_webhook_bots` field, but in reality, the it renamed an
existing field called `config`.

This fixes the changelog for feature 318 and its changes note in the API
documentation to correctly describe the change.
This commit is contained in:
PieterCK
2025-06-27 12:23:51 +07:00
committed by Tim Abbott
parent 407b6f64c4
commit 74089cf469
2 changed files with 15 additions and 5 deletions

View File

@@ -873,10 +873,14 @@ deactivated groups.
**Feature level 318**
* [`POST /register`](/api/register-queue): Updated
`realm_incoming_webhook_bots` with a new `config_options` key,
defining which options should be offered when creating URLs for this
integration.
* [`POST /register`](/api/register-queue): Renamed the `config` object in the
`realm_incoming_webhook_bots` object to `config_options`. This object now
includes details about optional URL parameters that can be configured when
[generating a URL](/help/generate-integration-url) for an incoming webhook
integration. Previously, this object was reserved for key-value pairs that
indicated that a bot user could be created with additional configuration
data (such as an API key) for that incoming webhook integration, but this
functionality has not been implemented for any existing integrations.
**Feature level 317**