Should I use PUT or POST to add a new subitem to an existing item?

后端 未结 0 1357
孤街浪徒
孤街浪徒 2021-01-23 14:47

Suppose I have an item (model) which has fields that are arrays, for example:

const item = {
  name: "",
  prices: [{somePriceSpecificObject}],
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题