PATCH
/
assets
/
{id}
curl --request PATCH \
  --url https://api.matia.io/v1/assets/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "connection": {}
}'
{
  "code": "<string>",
  "data": {
    "id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

ID of the asset to edit

Body

application/json

Response

200
application/json

Asset updated successfully

The response is of type object.