Closed ASH-Michael closed 6 years ago
Changes POST request payload example from...
{ "title": "Crimson Tide", "year": "1995" }
to...
{ "movie": { "title": "Crimson Tide", "year": "1995" } }
@ASH-Bryan did this come up in any cast channels? it would be good to let them know before we merge this
I asked about this in CAST channel - we have a couple thumbs up and no arguments so far.
Changes POST request payload example from...
to...