Attio API Integration Profile
Information and guides about integrating with Attio API
Add Attio Integration to Your AppUpdate an object in Attio API
Updates a single object. The object to be updated is identified by its object_id
.
Required scopes: object_configuration:read-write
.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Object | pathParameters.object | string | |
Query | query | object | |
Data | data | object | |
Data | data.data | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | object | |
Id | data.id | object | |
Workspace Id | data.id.workspace_id | string | A UUID to identify the workspace this object belongs to. |
Object Id | data.id.object_id | string | A UUID to identify the object. |
Api Slug | data.api_slug | string | A unique, human-readable slug to access the object through URLs and API calls. Formatted in snake case. |