Actions57
- Objects Actions
- Attributes Actions
- List Attributes
- Get Attribute
- Update Attribute
- GET target/identifier/attributes/attribute/options
- POST target/identifier/attributes/attribute/options
- PATCH target/identifier/attributes/attribute/options/option
- POST target/identifier/attributes/attribute/statuses
- Create Attribute
- GET target/identifier/attributes/attribute/statuses
- PATCH target/identifier/attributes/attribute/statuses/status
- Entries Actions
- Records Actions
- Lists Actions
- Meta Actions
- Workspace Members Actions
- Notes Actions
- Tasks Actions
- Webhooks Actions
- Threads Actions
- Comments Actions
Overview
This node updates an existing object in the Attio API by specifying the object's UUID or slug and providing the updated data in JSON format. It is useful for scenarios where you need to modify metadata or configuration of objects such as people, tasks, or other entities managed within Attio. For example, you can update the properties of a 'people' object to change its singular and plural noun labels.
Use Case Examples
- Updating a 'people' object to change its singular and plural noun labels.
- Modifying an object identified by its UUID to update its API slug or other metadata.
Properties
| Name | Meaning |
|---|---|
| Object | A UUID or slug to identify the object to update. |
| Data | The JSON data containing the updated fields for the object. |
Output
JSON
json- The JSON response from the Attio API representing the updated object.
Dependencies
- Requires an API key credential for Attio API authentication.
Troubleshooting
- Common issues include providing an invalid or non-existent object UUID/slug, which results in an error from the API indicating the object was not found.
- Malformed JSON in the 'Data' property can cause parsing errors; ensure the JSON is valid.
- Authorization errors may occur if the API key is missing or invalid, resulting in authentication failure messages.
Links
- Attio API - Update Object - Official Attio API documentation for updating objects.