Versions Compared

Key

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

...

  • get paragraph definitions (for select paragraph dialog)
    • method GET
    • path .magnolia/rest/templating/paragraphs
    • arguments
      • paragraphs - comma seperated list of paragraphs
    • returns ParagraphDefinitionList
  • add paragraph using dialog
    • method POST
    • path .magnolia/rest/templating
  • edit paragraph using dialog
    • today sends in paragraphName, is this necessary, can we send in a dialogName instead?
  • move paragraph (within node collection)
  • delete paragraph

Dialogs (.magnolia/rest/dialogs/)

  • load dialog
    • method GET
    • path .magnolia/rest/dialogs/<dialogName>
    • arguments
      • repository
      • path in repository
      • node ?
    • returns
      •  

Repository (.magnolia/rest/repository/<repositoryName>/)

...