Asset Type Fields
Update an Asset Type Field
OAuth Scope
This endpoint requires the following OAuth scope manage_assets.
post/assettypefield/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset Type Field
Request body
Example request
{
"uuid": "123e4567-a9fb-4d48-8948-23f946570d0b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}