Asset Types
Update an Asset Type
OAuth Scope
This endpoint requires the following OAuth scope manage_assets.
post/assettype/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset Type
Request body
Example request
{
"uuid": "123e4567-4fc3-41d5-aea5-23f943d98e7b"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}