manufacturing-intents

Confirm Project Intent

post/api/v1/manufacturing-intents/projects/{project_id}/confirm

Path parameters

project_idstring uuid required

Request body

idempotency_keystring required
scope'project' | 'part' | 'feature' | 'drawing' required
intent_typestring required
labelstring required
valueobject
part_idstring uuid nullable
cad_file_version_idstring uuid nullable
feature_idstring nullable
source'user_confirmed' | 'user_direct' | 'ollie_confirmed' | 'admin_confirmed'
provenanceobject

Response

Successful Response

idstring uuid required
project_idstring uuid required
part_idstring uuid nullable required
cad_file_version_idstring uuid nullable required
feature_idstring nullable required
scope'project' | 'part' | 'feature' | 'drawing' required
intent_typestring required
labelstring required
valueobject required
state'active' | 'retracted' | 'superseded' required
source'user_confirmed' | 'user_direct' | 'ollie_confirmed' | 'admin_confirmed' required
source_certainty'user_asserted' required
provenanceobject required
idempotency_keystring required
supersedes_event_idstring uuid nullable required
retracted_atstring date-time nullable required
retracted_by_user_idstring uuid nullable required
retraction_reasonstring nullable required
created_atstring date-time required
updated_atstring date-time required

Changes

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