POST
/
{recordType}
/
{alias}
/
{id}
/
attachments
/
url-links
{
  "description": "a link to url.com",
  "url": "url.com"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

id
string<string>
required

The record ID

Body

application/json

The link to be created

The body is of type object.

Response

201
application/json

Created

The response is of type object.