Hi Team,
I am working on API BaaS.
Initially I have created collection in API BaaS with the entities.
I have retrieved that collection into Apigee Edge with service call out policy.
Now I am trying to update the entities from Edge into BaaS collection.
Can anyone suggest me how can I update the entity?
Thanks in Advance.
Answer by Tamilarasan
·
Mar 12, 2017 at 09:13 AM
Hi,
API BASS can be updated using below mentioned command
curl -X PUT https://<baas_host_name>/<org>/<app>/<collection>/<entity> -d {<property>} <br>
Please look at the below thread where it is discussed
https://community.apigee.com/questions/28433/what-is-the-best-way-to-update-baas.html
Thank You Tamilarasan. It is working fine now.
Not able to launch API BaaS 1 Answer
API BaaS store and retrieve process 1 Answer
Exceptions in Curl in Baas 2 Answers
API BaaS organization problem 1 Answer
Need help for fetch latest record from collection based on field 1 Answer