How to serialize the saving of the item in the store?

Hello, I’m new at the emberjs discuss, I have a problem and I don’t know how to use serializer that way. So I have an example table called items, when i use item.save() ember is requesting POST request which is: {“items”:{“text”:“test”,“complete”:false}}, my back-end accepts only: {“text”:“test”,“complete”:false} How can i change the way of saving the record?

Greetings, Rafał

Serializer - 4.4 - Ember API Documentation create your item serialize

1 Like