Skip to content

Update API standards on PUT payload #190

@ASH-Maan

Description

@ASH-Maan

By default, Ember will wrap the name of the endpoint around the object we are sending/updating to the backend. Object should look like this:

{
    "movie": {
        "title": "Goodfellers",
        "year": "1990",
        "radioheadOnSoundtrack": false
    }
}

instead of:

{
  "title": "Goodfellers",
  "year": "1990",
  "radioheadOnSoundtrack": false
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions