Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
218 changes: 170 additions & 48 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/openapi/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<site-name>` 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
Expand Down
Loading