colymba / silverstripe-restfulapi

SilverStripe RESTful API with a default JSON serializer.
BSD 3-Clause "New" or "Revised" License
64 stars 33 forks source link

POST with many_many relationships #61

Closed nimeso closed 8 years ago

nimeso commented 8 years ago

Hey ya! Thanks for all the great work :)

I'm trying to POST a object with a belongs_many_many relationship but I'm not sure how to do this

{
     ID: 2,
     Title: "Henry's Playlist",
     Devices: [
         2
     ]
}

What should the POST preview look like in my Network inspector?

nimeso commented 8 years ago

Sorted :)