Versions Compared

Key

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

...

  • get child pages
    • method: GET
    • arguments: path in uri
    • returns: WebsitePageList
  • create page
    • method: PUT
    • arguments: path in uri
    • returns WebsitePage
  • delete page
    • method: DELETE
    • arguments: path in uri
  • update page (title, template)
    • method: POST
    • arguments: WebsitePage (only title and template sticks)
  • search pages
  • active page
  • deactivate page
  • move page
  • copy page
  • rename page
  • edit page using dialog (page properties)
  • list versions
  • revert to version
  • import + export (probably not needed)

Templating (.magnolia/rest/templating ?)

  • get paragraph definitions (for select paragraph dialog)
  • add paragraph using dialog
  • edit paragraph using dialog
  • move paragraph (within node collection)
  • delete paragraph

Security (.magnolia/rest/security)

...