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
It's not recommended to update repeatable components with the Document Service API (see the related [breaking change entry](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api.md) for more details).
2122
-
:::
2123
-
2124
2120
<!-- ! not working -->
2125
2121
<!-- #### Update many document locales
2126
2122
@@ -5933,6 +5929,10 @@ The event is triggered when a [release](/cms/features/releases) is published.
5933
5929
- Use secure, HTTPS endpoints for receiving webhooks.
5934
5930
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
5935
5931
5932
+
:::tip
5933
+
If you want to learn more about how to use webhooks with Next.js, please have a look at the [dedicated blog article](https://strapi.io/blog/how-to-create-an-ssg-static-site-generation-application-with-strapi-webhooks-and-nextjs).
5934
+
:::
5935
+
5936
5936
5937
5937
5938
5938
# Command Line Interface
@@ -8884,7 +8884,7 @@ You can click on the description of any breaking change in the following tables
8884
8884
| [Some attributes and content-types names are reserved by Strapi](/cms/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved) | Yes | No |
8885
8885
| [Upload a file at entry creation is no longer possible](/cms/migration/v4-to-v5/breaking-changes/no-upload-at-entry-creation) | Yes | No |
8886
8886
| [Components and dynamic zones should be populated using the detailed population strategy](/cms/migration/v4-to-v5/breaking-changes/no-shared-population-strategy-components-dynamic-zones) | Yes | No |
8887
-
| [Repeatable components can't be updated with the Document Service API](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api) | Yes | No |
8887
+
| [Updating repeatable components with the Document Service API is not recommended](/cms/migration/v4-to-v5/breaking-changes/do-not-update-repeatable-components-with-document-service-api) | Yes | No |
0 commit comments