activatePage
Publish a single page or its entire content tree via REST/JSON-RPC API in Adobe Experience Manager, enabling precise control and automation in content management workflows.
Instructions
Activate (publish) a single page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activateTree | No | ||
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"activateTree": {
"type": "boolean"
},
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}