Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Support for patch contexts #200

Open
CanKattwinkel opened this issue Jul 16, 2018 · 0 comments
Open

API: Support for patch contexts #200

CanKattwinkel opened this issue Jul 16, 2018 · 0 comments

Comments

@CanKattwinkel
Copy link

Hello,

when working with OpenAPE I noticed that contexts can be updated using PUT but the HTTP verb PATCH is unfortunately not supported. While PUT is required for situations where you want to add / remove preferences, if you just want to update the/some preferences (e.g. a form) it would be really nice to use a PATCH method and the associated partial signature of the entity.

E.g. form is unaware of a new preference -> update via PUT deletes the new property while PATCH would respect it. That would make the API more restful.

best regards,
can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant