How to create a good PATCH endpoint when some properties can change and some can't based on the status of the resource?

后端 未结 0 1099
没有蜡笔的小新
没有蜡笔的小新 2021-01-27 04:29

Consider I have the following Resource:

public class Foo
{
    public string Text {get; set;}

    public int ReminderInDay         


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