ASHdevelopment / standards

ASH Development Standards
28 stars 13 forks source link

Update POST payload example in API Guidelines #161

Closed ASH-Michael closed 6 years ago

ASH-Michael commented 6 years ago

The example that we have in the API Guidelines for the payload in a POST request is incorrect.

It should be...

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