Skip to main content
PATCH
/
objects
/
associations
/
{objectAssociationId}
Patch Object Association
curl --request PATCH \
  --url https://api.example.com/objects/associations/{objectAssociationId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "object1": {
    "label": "<string>"
  },
  "object2": {
    "label": "<string>"
  }
}
'
{}

Path Parameters

objectAssociationId
string
required

ID of association definition to delete

Body

application/json

Definition of an association

name
string
object1
object
object2
object

Response

No content

The response is of type No Properties · object.