admin-projects

Update Project Internal State

Update admin-only operational project status/notes.

This is deliberately separate from the customer-facing status endpoint: it does not notify the customer and does not trigger quote, payment, DFM, or pricing side effects.

patch/api/v1/admin/projects/{project_id}/internal

Path parameters

project_idstring uuid required

Request body

internal_statusstring nullable

Internal-only operational status slug. Null clears the status.

internal_notesstring nullable

Internal-only notes for admins. Null or blank clears the notes.

Response

Successful Response

idstring uuid required
internal_statusstring nullable
internal_notesstring nullable
updated_atstring date-time required

Changes

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