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

PATCH support #10

Open
tyduptyler13 opened this issue Nov 7, 2019 · 0 comments
Open

PATCH support #10

tyduptyler13 opened this issue Nov 7, 2019 · 0 comments
Labels
enhancement New feature or request feature
Projects

Comments

@tyduptyler13
Copy link
Contributor

PATCH support

Problem

If you want to change any large objects like system configuration or an application configuration you have to request the entire object, modify the fields you want, and send the whole thing back.

Solution

It would be nice to send in only the required fields to identify a configuration and the fields you want to change to minimize the possibility for racey updates, minimize bandwidth, and minimize complexity on the implementers side. The PATCH method on http would be able to do this, CleanSpeak just has to support it.

Alternatives/workarounds

It doesn't functionally change anything, it just makes it easier to do some things.

Additional context

This feature will be available through our MVC soon so some of the work is already done.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@tyduptyler13 tyduptyler13 added enhancement New feature or request feature labels Nov 7, 2019
@tyduptyler13 tyduptyler13 added this to Backlog in CleanSpeak via automation Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
CleanSpeak
  
Backlog
Development

No branches or pull requests

1 participant