diff --git a/src/pages/overview/pdf-services-api/howtos/pdf-external-storage-sol.md b/src/pages/overview/pdf-services-api/howtos/pdf-external-storage-sol.md
index eb5e1d5e5..06298eab2 100644
--- a/src/pages/overview/pdf-services-api/howtos/pdf-external-storage-sol.md
+++ b/src/pages/overview/pdf-services-api/howtos/pdf-external-storage-sol.md
@@ -11,15 +11,6 @@ A **Signed URL** temporarily provides access to a resource. Signed URLs contain
PDF Services APIs supports the signed URLs of input and output files in the request body. Please refer to the **External Section** in Request Body of each API for more details.
-
-
-
-Accessing files from External Storage is currently
not supported in the following APIs
-
-
-
## Supported External Storage Solutions
The concept of Signed URLs is common across various cloud storage solutions for downloading and uploading files. Adobe PDF Services APIs currently supports the signed URLs generated through -
diff --git a/src/pages/overview/pdf-services-api/howtos/webhook-notification.md b/src/pages/overview/pdf-services-api/howtos/webhook-notification.md
index 189399b6b..c1760c011 100644
--- a/src/pages/overview/pdf-services-api/howtos/webhook-notification.md
+++ b/src/pages/overview/pdf-services-api/howtos/webhook-notification.md
@@ -116,4 +116,4 @@ The client is expected to return the following response payload with an HTTP sta
If the response code is not 200 (OK) or the expected payload is not received, it will be considered an error response. In the event of 50 error responses within a 10-minute period, webhook notification support will be temporarily blocked for that client for the next 20 minutes.
-**Note**: The webhook notification support is only available in SDKs version 4.0.0 and the REST APIs.
+**Note**: The webhook notification support is only available in SDKs version 4.x.x and the REST APIs.