AviatoAviato
DeveloperAPI ReferenceEntitiesIdExternal linksRowid

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

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

Path Parameters

id*string
rowId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

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