From f78bacedd4a63e31cf65bae96c81f9c79554a9d9 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 15 Sep 2023 10:18:39 +0530 Subject: [PATCH] Update documentation --- ballerina/annotation.bal | 4 ++-- docs/spec/spec.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/annotation.bal b/ballerina/annotation.bal index 7e17e0d9..1ee06ddc 100644 --- a/ballerina/annotation.bal +++ b/ballerina/annotation.bal @@ -25,8 +25,8 @@ # + unsubscribeOnShutdown - This flag notifies whether or not to initiate unsubscription when the service is shutting down # + httpConfig - The configuration for the subscriber client used to interact with the discovered/specified hub # + discoveryConfig - HTTP client configurations for resource discovery -# + customParams - Additional parameters, which need to be sent with the subscription request -# + customHeaders - Additional HTTP headers, which need to be sent with the subscription request +# + customParams - Additional parameters, which need to be sent with the subscription/unsubscription request +# + customHeaders - Additional HTTP headers, which need to be sent with the subscription/unsubscription request # + servicePath - The generated service-path if the service-path is not provided. This is auto-generated at the compile-time. public type SubscriberServiceConfiguration record {| string|[string, string] target?; diff --git a/docs/spec/spec.md b/docs/spec/spec.md index 823c9a97..e47ddf41 100644 --- a/docs/spec/spec.md +++ b/docs/spec/spec.md @@ -280,8 +280,8 @@ should be `websub:SubscriberServiceConfig` a service-level-annotation for `websu # + unsubscribeOnShutdown - This flag notifies whether or not to initiate unsubscription when the service is shutting down # + httpConfig - The configuration for the subscriber client used to interact with the discovered/specified hub # + discoveryConfig - HTTP client configurations for resource discovery -# + customParams - Additional parameters, which need to be sent with the subscription request -# + customHeaders - Additional HTTP headers, which need to be sent with the subscription request +# + customParams - Additional parameters, which need to be sent with the subscription/unsubscription request +# + customHeaders - Additional HTTP headers, which need to be sent with the subscription/unsubscription request # + servicePath - The generated service-path if the service-path is not provided. This is auto-generated at the compile-time public type SubscriberServiceConfiguration record {| string|[string, string] target?;