Skip to content

Fix the PUT /case endpoint to be a PATCH instead. #17

@benjaminkostiuk

Description

@benjaminkostiuk

Since the endpoint only allows updating certain fields instead of the entire object + we already specify the id in the url it conforms to the standards of a PATCH request instead of a PUT request. Make sure the validation is correct & write a test case to make sure only the right fields are getting updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:lowLow priority work item

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions