AviatoAviato
DeveloperAPI ReferenceEntitiesIdExternal links

/api/entities/{id}/external-links

POST
/api/entities/{id}/external-links

Path Parameters

id*string

Resource ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/entities/string/external-links" \  -H "Content-Type: application/json" \  -d '{    "label": "string",    "url": "string"  }'
{
  "externalLink": {
    "id": "string",
    "entityId": "string",
    "pluginId": "string",
    "label": "string",
    "url": "string"
  }
}
{
  "error": "string"
}
{
  "error": "string"
}