put https://app.saleshood.com/api/v1/content/assets/
Use this endpoint to replace a specific asset while maintaining all of the asset's current metadata.
Log in to see full request history
Responses
Use this endpoint to replace a specific asset while maintaining all of the asset's current metadata.
xxxxxxxxxx
11curl --request PUT \
--url https://app.saleshood.com/api/v1/content/assets/asset_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"asset": {
"linkOrFile": "link"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: