Skip to content

Commit

Permalink
Update links to the new location under settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Jan 15, 2025
1 parent 605924d commit 1ef35c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/integrations/webhooks/events/channels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@ The following settings webhook events fire in response to actions that affect a
| `store/channel/{channel_id}/settings/*` | Fires when subscribed to all settings updates for the specified channel. | not applicable |
| `store/channel/{channel_id}/settings/currency/updated` | Fires when currency associated with the specified channel is updated. | not applicable |
| `store/channel/{channel_id}/settings/profile/updated` | Fires when any of the global store profile settings are updated. Fires for both channel-specific profile settings changes and for changes to any global defaults that the specified channel inherits. | [Update store profile settings](/docs/rest-management/settings/store-profile#update-store-profile-settings) |
| `store/channel/{channel_id}/settings/locale/added` | Fires when a locale is added to any channel.| [Add a locale](/docs/graphql-admin/locales#add-a-locale) |
| `store/channel/{channel_id}/settings/locale/updated` | Fires when a locale is updated for any channel. | [Update a locale](/docs/graphql-admin/locales#update-a-locale) |
| `store/channel/{channel_id}/settings/locale/deleted` | Fires when a locale is deleted from any channel.| [Delete a locale](/docs/graphql-admin/locales#delete-a-locale) |
| `store/channel/{channel_id}/settings/locale/added` | Fires when a locale is added to any channel.| [Add a locale](/docs/store-operations/settings/locales#add-a-locale) |
| `store/channel/{channel_id}/settings/locale/updated` | Fires when a locale is updated for any channel. | [Update a locale](/docs/store-operations/settings/locales#update-a-locale) |
| `store/channel/{channel_id}/settings/locale/deleted` | Fires when a locale is deleted from any channel.| [Delete a locale](/docs/store-operations/settings/locales#delete-a-locale) |
| `store/channel/{channel_id}/settings/logo/updated` | Fires when any of the global logo settings are updated.| [Update store logo settings](/docs/rest-management/settings/logo#update-store-logo-settings) |
| `store/channel/{channel_id}/settings/logo/image/updated` | Fires when any of the logo image settings that apply to the specified channel are updated.| not applicable |
| `store/channel/{channel_id}/settings/favicon/image/updated` | Fires when any of the favicon image settings that apply to the specified channel are updated.| not applicable |
Expand Down

0 comments on commit 1ef35c0

Please sign in to comment.