ASHdevelopment / standards

ASH Development Standards
28 stars 13 forks source link

Update post payload [closes #161] #164

Closed ASH-Michael closed 6 years ago

ASH-Michael commented 6 years ago

Changes POST request payload example from...

{
  "title": "Crimson Tide",
  "year": "1995"
}

to...

{
  "movie": {
    "title": "Crimson Tide",
    "year": "1995"
  }
}
ASH-Anthony commented 6 years ago

@ASH-Bryan did this come up in any cast channels? it would be good to let them know before we merge this

ASH-Bryan commented 6 years ago

I asked about this in CAST channel - we have a couple thumbs up and no arguments so far.