Update an Asset Type FieldAsk AIpost https://api.servicem8.com/api_1.0/assettypefield/{uuid}.jsonOAuth Scope This endpoint requires the following OAuth scope manage_assets.Path ParamsuuiduuidrequiredUUID of the Asset Type FieldBody ParamsAsset Type Field fields to updateuuiduuidUnique identifier for this recordnamestringrequiredName of the field that will be displayed to users. Used as a label for the input field when managing assets.field_dataobjectConfiguration data for the fieldfield_data objectsort_orderintegerThe order in which this field should be displayed relative to other fields of the same asset type. Lower values display first.Responses 200Success - The record was updated successfully 400Bad Request - The request is malformed or contains invalid parameters 401Unauthorized - Authentication credentials are missing or invalid 403Forbidden - You don't have permission to update this resource 404Not Found - The record to update does not exist or has been deleted 429Too Many Requests - You have exceeded the rate limit 500Internal Server Error - An unexpected error occurred on the serverUpdated 9 months ago