-
Notifications
You must be signed in to change notification settings - Fork 10
Fix replicate activate cmd #286
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
AEM SDK
/bin/replicate.json returns JSON instead of HTML. I don't know why previously it was returning HTML (that's why it was implemented in that way)
curl -u admin:admin -X POST -F path="/content/acme/us/en/home" -F cmd="activate" http://localhost:4502/bin/replicate.json
{
"path": ["/content/acme/us/en/home"],"artifactId":[],
"status.message": "Replication started for /content/us/en/home\n",
"status.code": 200
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working