Update Asset
Last updated
{
"data": {
"id": "a8e22ad3-b8b1-4fe2-a08a-45e5ba39df7d",
"type": "assets",
"attributes": {
"name": "My Asset",
"alt_text": "My Asset"
}
}
}204 No Contentcurl -i --request PATCH \
--url https://environment.monterosa.cloud/api/v2/assets/00b76e4e-8818-4ae6-91fc-a484c1a6840f \
--header 'Authorization: Bearer rJURvA6XuuHxG5RHauqR1yy64JQcTfGu' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "assets",
"id": "00b76e4e-8818-4ae6-91fc-a484c1a6840f",
"attributes": {
"name": "My Asset",
"alt_text": "My Asset"
}
}
}'