From 04ab28436b13edf8fe9e806cd4e576c7a85011e3 Mon Sep 17 00:00:00 2001 From: Radhika Gupta Date: Wed, 8 Apr 2026 15:34:51 +0530 Subject: [PATCH 1/2] docs: add contentSourcePath to DeliveryConfig schema --- docs/openapi/schemas.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/openapi/schemas.yaml b/docs/openapi/schemas.yaml index a2a81c37f..19c8585d2 100644 --- a/docs/openapi/schemas.yaml +++ b/docs/openapi/schemas.yaml @@ -128,6 +128,12 @@ DeliveryConfig: description: The site ID type: string example: '1234' + contentSourcePath: + description: >- + AEM content root path for a site. Corresponds to `/content/` in the AEM repository. + Used to disambiguate multiple sites that share the same Cloud Manager program and environment. + type: string + example: '/content/aboutus' additionalProperties: true AuditType: type: string From f1ab7996330d5426b7359f0e472e8bef311dcef6 Mon Sep 17 00:00:00 2001 From: Ben Helleman Date: Tue, 28 Apr 2026 15:23:50 -0400 Subject: [PATCH 2/2] docs: rebuild OpenAPI documentation --- docs/index.html | 218 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 170 insertions(+), 48 deletions(-) diff --git a/docs/index.html b/docs/index.html index b6c0dd16a..64b219e91 100644 --- a/docs/index.html +++ b/docs/index.html @@ -481,7 +481,7 @@ -