surface_finishes

Update Surface Finish

Patch a finish's type / Ra / color / notes.

Re-applies enum + editable-status validation.

patch/api/v1/surface-finishes/{finish_id}

Path parameters

finish_idstring uuid required

Request body

finish_typestring nullable
ra_umnumber nullable
custom_color_hexstring nullable
notesstring nullable

Response

Successful Response

idstring uuid required
part_idstring uuid required
cad_file_version_idstring uuid nullable required
feature_idstring required
finish_typestring required
ra_umnumber nullable required
custom_color_hexstring nullable required
notesstring nullable required
labelstring required
statestring required
sourcestring required
authorstring nullable required
created_bystring uuid nullable required
created_atstring date-time required
updated_atstring date-time nullable required
is_process_mismatchboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.