struct icon indicating copy to clipboard operation
struct copied to clipboard

Is there a way to make validation partial or optional ?

Open phoenix2082 opened this issue 4 years ago • 2 comments

For example, while using with REST APIs (Luminus), for POST request all fields validated as defined in validation schema, but for PUT request, only fields present in request body validated using same validation schema.

phoenix2082 avatar Sep 08 '21 07:09 phoenix2082

@phoenix2082 could you provide some examples? I'm interested in the issue.

DiazD avatar Dec 28 '21 08:12 DiazD

I don't have example handy right now. At that time I was working on REST API. Let me find some example.

phoenix2082 avatar Dec 28 '21 11:12 phoenix2082