cURL
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>" } }
ID of the asset to edit
Asset updated successfully
The response is of type object.
object