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
11 months ago
6 months 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 6 months ago Reply
Hey, we added this to our board, and when it is ready, we will notify you here
0 9 months ago Reply
6 months ago
6 months 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 6 months ago Reply
Hey, we added this to our board, and when it is ready, we will notify you here
0 9 months ago Reply