Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Use Airtable PATCH instead of PUT #5

Open
noraglinden opened this issue Sep 29, 2021 · 0 comments
Open

Use Airtable PATCH instead of PUT #5

noraglinden opened this issue Sep 29, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request loe: low level of effort: low

Comments

@noraglinden
Copy link
Contributor

Airtable's API replaces the entire record with a PUT meaning we have to be careful to include non-changed data in our request to make sure we don't accidentally clear it out.

If we used a PATCH it would update only the attributes we passed in.

@noraglinden noraglinden added bug Something isn't working enhancement New feature or request loe: low level of effort: low labels Sep 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request loe: low level of effort: low
Projects
None yet
Development

No branches or pull requests

1 participant