v4

latestOpenAPI 3.0.22026-07-3188146256.6 KB
Relations

updateRelation

Updates an existing relation between two entities.

put/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}

Path parameters

slugstring required

URL-friendly identifier for the entity schema

Example:contact

Entity Type

idstring uuid required

Entity id

attributestring required

The attribute that express meaning

entity_idstring required

The attribute that express meaning

Query parameters

asyncboolean

Don't wait for updated entity to become available in Search API. Useful for large migrations

OR
'' | 'null' nullable
Example:01F130Q52Q6MWSNS8N2AVXV4JN

Activity to include in event feed

Request body

_tagsstring[]

Response

Success

entity_idstring uuid required
org_idstring

Organization Id the entity belongs to

_schemastring

URL-friendly identifier for the entity schema

attributestring required
_tagsstring[]
reverseboolean

Whether this is a reverse relation

Example response

{
  "_schema": "contact"
}