You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/management/changelog/index.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ tagline: "Changelog of the Configuration API"
7
7
desc: "Changelog of the Configuration API"
8
8
---
9
9
10
-
import { openChatWindow } from"utils/index";
10
+
11
+
import {openChatWindow} from"utils/index";
11
12
12
13
This document is the record of all the changes in [the Configuration API](/management/configuration-api/) starting from **version 3.0**.
13
14
@@ -38,6 +39,8 @@ Use [**Update an account**](/authorization/global-accounts-api#tag/Accounts/path
38
39
### Webhooks
39
40
40
41
- The [**Configuration**](/management/webhooks/v3.6#configuration) webhooks now contain a new `requester` property. The property contains details of who triggered the webhook: `user_id`, `client_id` and `account_id`.
0 commit comments