From 0633ed8aee07366643554772da876f292e73a137 Mon Sep 17 00:00:00 2001 From: Tanmay Sharma Date: Wed, 20 Mar 2024 11:01:44 +0530 Subject: [PATCH] refactor --- .../pdf-services-api/howtos/pdf-external-storage-sol.md | 9 --------- .../pdf-services-api/howtos/webhook-notification.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) 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.