From 5eadb71095fa301bc82c01df0b3e368b47bb1ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20D=C3=ADez=20Garc=C3=ADa?= Date: Fri, 13 Dec 2024 11:57:59 +0100 Subject: [PATCH] Update documentation/API-design-guidelines.md --- 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 e346ccca..f0f3de8a 100644 --- a/documentation/API-design-guidelines.md +++ b/documentation/API-design-guidelines.md @@ -1961,7 +1961,7 @@ It is used when the `subscriptionExpireTime` or `subscriptionMaxEvents` has been The following table lists values for `terminationReason` attribute: | enum value | termination reason | -| -----------|--------------------| +| -----------|-------------------- | | NETWORK_TERMINATED | API server stopped sending notification | | SUBSCRIPTION_EXPIRED | Subscription expire time (optionally set by the requester) has been reached| | MAX_EVENTS_REACHED | Maximum number of events (optionally set by the requester) has been reached|