From 56361168e7e7d89a1481657ede8cfc2984952ce2 Mon Sep 17 00:00:00 2001 From: Ludovic Robert <30499179+bigludo7@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:48:55 +0100 Subject: [PATCH] Update documentation/API-design-guidelines.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pedro Díez García --- documentation/API-design-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/API-design-guidelines.md b/documentation/API-design-guidelines.md index 6a8cd1a7..b7e259e2 100644 --- a/documentation/API-design-guidelines.md +++ b/documentation/API-design-guidelines.md @@ -1747,7 +1747,7 @@ Remark: This action will trigger a subscription-ends event with terminationReaso **Note** on combined usage of initialEvent and subscriptionMaxEvents: -Unless explicitly decided otherwise by the API Sub Project, if an event is triggered following initialEvent set to `true`, this event will be counted towards subscriptionMaxEvents (if provided). +Unless explicitly decided otherwise by the API Sub Project, if an event is triggered following initialEvent set to `true`, this event will be counted towards subscriptionMaxEvents (if provided). It is recommended to provide this clarification in all subscriptions API featuring subscriptionMaxEvents and initialEvent. **Subscription status value table**: