Uploaded image for project: 'Magnolia REST Framework'
  1. Magnolia REST Framework
  2. MGNLREST-78

PUT request fails to create properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Neutral Neutral
    • None
    • 1.1.2
    • services
    • None

      PUT request fails to create properties

      Sample data:

      {
        "name": "test",
        "type": "mgnl:page",
        "path": "/test",
        "properties": [
          {
            "name": "title",
            "type": "String",
            "multiple": false
          },
        "nodes": [
          {
            "name": "test",
            "type": "mgnl:page",
            "path": "/test/test",
            "properties": []
          }
        ]
      }
      

        Acceptance criteria

              Unassigned Unassigned
              rgange Richard Gange
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD