DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Cannot add a new member to a group #90

Closed DPigeon closed 5 years ago

DPigeon commented 5 years ago

JSON example file:

"groups": [{
      "title": "The NHLs",
      "description": "We like NHL, join us!",
      "groupAdmin": "David",
      "members": [
        "David",
        "Marwan"
      ],
      "id": 1
    },

How can MODIFY (add new members) the array "members" inside the object "groups" ?

Anyways, I will have to do more research as I cannot find to seem why my PATCH/PUT methods on api do not work for this problem..

DPigeon commented 5 years ago

This has been fixed.