This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Job
update and Resource Booking
update should use PATCH
instead of PUT
#283
Labels
In the TaaS App we have the ability to:
Internally, when save update we use
PUT
request:This appears to have a drawback. If we add some new field in the TaaS API but we don't update the form then fields that are not supported by the form would be reset to
null
and cause issue like this topcoder-platform/taas-apis#260Taks:
PATCH
requests instead ofPUT
to make it totally safe, so we never would lost any fieldsThe text was updated successfully, but these errors were encountered: