A links field contains a list of context:id
pairs pointing to other records.
The value is an array of type:id
pairs.
Bots and Packages
As JSON from bots and packages:
{
"links": [
"ticket:123",
"org:456"
]
}
Records API
In PUT or POST requests from the API:
&fields[links][]=ticket:123
&fields[links][]=org:456