AviatoAviato
DeveloperAPI ReferenceAssetsId

/api/assets/{id}

PATCH
/api/assets/{id}

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

curl -X PATCH "https://example.com/api/assets/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "asset": {
    "id": "string",
    "itemId": "string",
    "entityId": "string",
    "fileId": "string",
    "type": "string",
    "source": "string",
    "mimeType": "string",
    "width": 0,
    "height": 0,
    "aspect": "string",
    "isSelected": true
  }
}
{
  "error": "string"
}