BrightbotsAI / Legal-Management-API

Legal Management API Uniempresarial Workshop
0 stars 0 forks source link

:bug: PUT (Legal Documents) #50

Open ES2D opened 5 months ago

ES2D commented 5 months ago

perform validations to ensure that the fields are not undefined or null type


The status field must not be able to be updated by the user and must be of type boolean (true or false)

ES2D commented 5 months ago

This function still allows you to update data to empty and null fields, perform the correction