diff --git a/static/swagger-specs/data-access.yaml b/static/swagger-specs/data-access.yaml index e91c3cb2..ba84719a 100644 --- a/static/swagger-specs/data-access.yaml +++ b/static/swagger-specs/data-access.yaml @@ -2,13 +2,9 @@ openapi: 3.0.1 info: title: Data Access API description: |- - Data Access facilitates the access and egress of data within Adobe Experience Platform. This includes, but is not limited to, the following operations: - - Access and download dataset files under a batch - - Retrieve header information regarding files - - Parallel / resumable downloads using HTTP range headers - - Pagination support for directory listings - - List dataset files under a succeeded/failed batch - - Preview CSV and Parquet files + Data Access supports limited data egress from Adobe Experience Platform for very particular synchronous use cases. + This API has a 60-second response time limit. For large data exports or regular data integration, you should use + dataset export destinations. - **Related documentation**: - [Data Access documentation](https://www.adobe.com/go/data-access-overview-en) diff --git a/static/swagger-specs/data-hygiene.yaml b/static/swagger-specs/data-hygiene.yaml index 48f700d3..f5ae24ad 100644 --- a/static/swagger-specs/data-hygiene.yaml +++ b/static/swagger-specs/data-hygiene.yaml @@ -9,6 +9,7 @@ info: - [Quota endpoint](https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/api/quota) - [Workorder endpoint](https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/api/workorder) - [Dataset expiration endpoint](https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/api/dataset-expiration) + - [Best practices for Advanced Data Lifecycle Management](https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/best-practices) - **Visualize API calls with Postman (a free, third-party software)**: * [Video guide for creating the Postman environment](https://video.tv.adobe.com/v/28832)