Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Publish (activate) the page /travel/hello.

Code Block
languagejs
curl http://localhost:8080/magnoliaAuthor/.rest/commands/v2/website/activate \
  -H "Content-Type: application/json" \
  -X POST --user superuser:superuser \
  --data \
'{
  "repository": "website",
  "path": "/travel/hello",
  "recursive": "false"
}'

...