admin-dfm

Admin Run Dfm Check

Recalculate DFM rules + cost/lead time for any part (admin only).

Mirrors the user-facing POST /parts/{part_id}/dfm-check but skips the project-ownership check since admins manage parts across all customers. Delegates to the same _run_dfm_check_for_part core helper so pricing logic stays in one place.

Auth: requires the projects:edit permission on the admin's role.

post/api/v1/admin/parts/{part_id}/dfm-check

Path parameters

part_idstring uuid required

Query parameters

previewboolean

Cost/lead-time preview only

Cost/lead-time preview only

Request body

process_idstring nullable
material_idstring nullable
quantityinteger nullable

Response

Successful Response

OR

Changes

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