There is an edge case where records can fail validation in their current form if the user has modified the user-defined fields list to add a new required field: #664 (comment)
Toggling public/private runs this validation even though it lives on its own endpoint and the user didn't touch the form. This endpoint should bypass validation.
There is an edge case where records can fail validation in their current form if the user has modified the user-defined fields list to add a new required field: #664 (comment)
Toggling public/private runs this validation even though it lives on its own endpoint and the user didn't touch the form. This endpoint should bypass validation.