Update a Child Item

Updated the specified Child Item.
Submit a JSON object in a PUT or POST request body.
Fields that are omitted or null will not be updated.

πŸ“˜

When updating a resource, you can use either PUT or POST.
You can submit only the fields of interest. Fields that are omitted or null, will remain unchanged.

EXAMPLES

See the examples provided for updating/pausing a regular Item.

The flow is the same for a Child Item. The only difference is the format of the endpoint URL (which must include a child_id path param - see above).

Language
Authorization
OAuth2