Skip to content

Change PUT for PATCH #77

@EliuX

Description

@EliuX

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

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions