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

Insert (not update) a member in a PATCH collection #2021

Open
HeikoTheissen opened this issue Oct 29, 2024 · 0 comments · May be fixed by #2035
Open

Insert (not update) a member in a PATCH collection #2021

HeikoTheissen opened this issue Oct 29, 2024 · 0 comments · May be fixed by #2035
Assignees
Labels
Protocol Protocol, URL Conventions

Comments

@HeikoTheissen
Copy link
Contributor

In PATCH collection requests, the control information "@etag": "*" can be used in a collection member to express that this shall be updated, but not inserted. This corresponds to the If-Match: * header.

What control information can be used if a collection member shall be inserted, not updated? This would correspond to the If-None-Match: * header. (It is not necessary to express arbitrary etag values here, only *.)

@HeikoTheissen HeikoTheissen added the Protocol Protocol, URL Conventions label Oct 29, 2024
@ralfhandl ralfhandl moved this to Open in OData TC Oct 29, 2024
HeikoTheissen added a commit that referenced this issue Nov 28, 2024
@HeikoTheissen HeikoTheissen linked a pull request Nov 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Protocol Protocol, URL Conventions
Projects
Status: Open
Development

Successfully merging a pull request may close this issue.

1 participant