-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Milestone
Description
Right now we are using PUT
for just partial updating, but it seems that PUT
is meant for "creation or replacement" scenario. Therefore, it is recommended to use a PATCH
, which serves better for a partial update.
TODO:
Change in all API namespaces the use of PUT for PATCH for partial updates of resources.
Notify the UI team and created a ticket so they can be aware of this change.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request