Skip to main content

Update a Vehicle's Custom Fields

PUT 

/vehicles/:registration/custom-fields

Upserts typed custom field values for this vehicle, by definition id. The value is validated against the field's configured type and required setting — see the type-format table on the custom-field schema (returned by GET) for the accepted input shape per type. The id must reference a custom field already configured for your account — see GET/POST /settings/vehicles/custom-fields to check or create one first; writing a value for an id that doesn't exist returns a 422.

Request

Responses

Successful operation