Skip to content

Commit 4787622

Browse files
radhikagpt1208Radhika GuptaBen Helleman
authored
docs: add contentSourcePath to DeliveryConfig schema (#2154)
JIRA: https://jira.corp.adobe.com/browse/SITES-41284 ## Details - Document the new `contentSourcePath` property on `DeliveryConfig` in the OpenAPI spec. - This field stores the AEM content root path and is used to disambiguate sites sharing a Cloud Manager program/environment. Thanks for contributing! --------- Co-authored-by: Radhika Gupta <radhikagupta@Radhikas-MacBook-Pro-2.local> Co-authored-by: Ben Helleman <bhellema@adobe.com>
1 parent c3a3589 commit 4787622

2 files changed

Lines changed: 176 additions & 48 deletions

File tree

docs/index.html

Lines changed: 170 additions & 48 deletions
Large diffs are not rendered by default.

docs/openapi/schemas.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ DeliveryConfig:
128128
description: The site ID
129129
type: string
130130
example: '1234'
131+
contentSourcePath:
132+
description: >-
133+
AEM content root path for a site. Corresponds to `/content/<site-name>` in the AEM repository.
134+
Used to disambiguate multiple sites that share the same Cloud Manager program and environment.
135+
type: string
136+
example: '/content/aboutus'
131137
additionalProperties: true
132138
AuditType:
133139
type: string

0 commit comments

Comments
 (0)