Roadmap
Wish list
Under consideration
Account
Log in, or create an account to continue.
Be able to call a PATCH endpoint with only few fields to make a partial update of a Flotiq object
ISS#21281
2 years ago
1 year ago
Hey there! Check the Flotiq docs now,
https://flotiq.com/docs/API/content-type/updating-co/
What's useful about PATCH
Using PATCH to update an object, you don't have to send Flotiq the whole object, all properties, but only those you want to change, for example.
If you want to change the product's price, only the price, you have to send the entire object content using PUT.
Which creates problems
Using PATCH, you can upload just what you need to change.
Hope you will enjoy our update 😀
0 1 year ago Reply
Hey, we added this to our board, and when it is ready, we will notify you here
0 2 years ago Reply
1 year ago
1 year ago
Hey there! Check the Flotiq docs now,
https://flotiq.com/docs/API/content-type/updating-co/
What's useful about PATCH
Using PATCH to update an object, you don't have to send Flotiq the whole object, all properties, but only those you want to change, for example.
If you want to change the product's price, only the price, you have to send the entire object content using PUT.
Which creates problems
Using PATCH, you can upload just what you need to change.
Hope you will enjoy our update 😀
0 1 year ago Reply
Hey, we added this to our board, and when it is ready, we will notify you here
0 2 years ago Reply