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 doesn't include id field #77

Open
hoIIer opened this issue Mar 15, 2023 · 0 comments
Open

PATCH doesn't include id field #77

hoIIer opened this issue Mar 15, 2023 · 0 comments

Comments

@hoIIer
Copy link

hoIIer commented Mar 15, 2023

When making a PATCH request, the jsonapi request body does not include the id field, which other jsonapi clients include.

PATCH /api/claims/abc-123

{
  "data": {
    "type": "claims",
    "attributes": {
      "redeemed_at": "2023-03-15T22:30:36.010Z"
    }
  }
}

How can I also include the id within the data prop?

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