update_animal
Apply partial updates to an animal record by passing a JSON object with only the fields to change.
Instructions
Patch an animal record. updates_json is a JSON object with only the
fields you want to change (e.g. '{"name": "Rex II", "weight": 32.4}').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| animal_id | Yes | ||
| updates_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |