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
- 200
- 401
- 403
- 404
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
The requested resource was not found.
Validation failed for the input parameters.
Internal server error.