part_annotations

Create Coating Mask

Create a coating mask on a face (exclude from part-level coating).

Rejects with 422 if the part has no coating_id set.

post/api/v1/parts/{part_id}/coating-masks

Path parameters

part_idstring uuid required

Request body

face_idstring required

Topology face ID (e.g. face_42).

reason'thread_fit' | 'press_fit_bore' | 'mating_surface' | 'electrical_contact' | 'o_ring_groove' | 'other' required

Why this face should be excluded from the coating.

Response

Successful Response

idstring uuid required
part_idstring uuid required
cad_file_version_idstring uuid nullable required
face_idstring required
reasonstring required
statestring required
created_atstring date-time required
updated_atstring date-time nullable required

Changes

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