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

Decide RESTful PATCH strategy #2

Closed
aeneasr opened this issue Jan 23, 2020 · 2 comments
Closed

Decide RESTful PATCH strategy #2

aeneasr opened this issue Jan 23, 2020 · 2 comments

Comments

@aeneasr
Copy link
Member

aeneasr commented Jan 23, 2020

We do not support PATCH methods for our HTTP REST endpoints. We should pick an appropriate standard to support PATCH.

The most obvious approach would be JSON Patch, formalized as IETF RFC 6902. I haven't done research for additional methods yet.

@DennisPattmann5012
Copy link

Maybe JSON Merge Patch could be an alternative.

IETF RFC 7396

@aeneasr
Copy link
Member Author

aeneasr commented Apr 27, 2021

It was decided! ory/hydra#2411

@aeneasr aeneasr closed this as completed Apr 27, 2021
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

2 participants