update-object
Update an existing Parse object by class name, unique ID, and a payload of fields to change.
Instructions
Update an existing object in a Parse class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs of fields to update | |
| objectId | Yes | The unique ID of the object to update | |
| className | Yes | The name of the Parse class |