Skip to main content
POST
/
objects
/
associations
Post Object Association
curl --request POST \
  --url https://api.example.com/objects/associations \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "object1": {
    "ids": [
      1
    ],
    "label": "<string>",
    "multiplicity": "ONE",
    "child": true
  },
  "object2": {
    "ids": [
      1
    ],
    "label": "<string>",
    "multiplicity": "ONE",
    "child": true
  }
}
'
{}

Body

application/json

Definition of an association

name
string
required
object1
object
required
object2
object
required

Response

No content

The response is of type No Properties · object.