Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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

Open
@maxceem

Description

@maxceem

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#260

Taks:

  • we have to use PATCH requests instead of PUT to make it totally safe, so we never would lost any fields
  • we have to make sure that we still can clear data in the form for optional fields and the server would accept it and correctly clear that data

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions