Skip to content

PUT/POST on subrescources instead of PATCH? #846

@ePaul

Description

@ePaul

PATCH is not recommended by our guidelines, but often preferred by clients because they don't want to roundtrip the whole object when only a small part of it is actually editable.

An alternative might be to offer a separate endpoint for a sub-resource which allows a PUT (or POST, in case of collections), leaving the rest of the parent resource alone.

Shall we recommend this in the guideline for PATCH?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions