You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
Please help me on updating row using rest api. Below are my current format of my arguments. Why am i getting error " {"code":101,"error":"object not found for update"}"
Hi,
Please help me on updating row using rest api. Below are my current format of my arguments. Why am i getting error " {"code":101,"error":"object not found for update"}"
Array (
[method] => PUT
[requestUrl] => User/pGc1EsYKG1
[data] => Array
(
[user_fullname] => asdas
[email] => [email protected]
[user_gender] => female
[action] => update
)
https://api.parse.com/1/classes/User/pGc1EsYKG1
{"code":101,"error":"object not found for update"}
Please advise.
The text was updated successfully, but these errors were encountered: