Forum Discussion

ayushi's avatar
ayushi
Occasional Visitor
5 years ago

how to have different required fields for the create (put) and update api?

I have a schema defined say star which has name as required field. But i want this field to be required in create body request but not in update body request. What is the correct way to do without re...