cURL
curl --request POST \ --url http://localhost:3000/api/models/{modelId}/parts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "type": "<string>", "name": "<string>", "description": "<string>", "metadata": {} }'
{ "label": "<string>", "requirements": [ "<string>" ], "documents": [ { "id": "<string>", "name": "<string>", "url": "<string>", "type": "pdf" } ], "attributeIds": [ "<string>" ], "notes": "<string>" }
Creates a new part in the specified model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the model
Part created successfully
A part in the model representing a physical or logical component