https://developers.kanbert.com/_bundle/openapi.json#/components/schemas/ProjectData
Can be used to add an identifier to the project from an external system, must be unique
{ "id": "string", "external_id": "string", "title": "string", "shortcode": "string", "po_number": "string", "projectType": { "id": "string", "title": "string", "shortcode": "string", "color": "string", "order": 0, "is_default": true }, "status": "string", "is_acquisition": true, "is_private": true, "client_id": "string", "project_type_id": "string", "start_date": "2019-08-24", "end_date": "2019-08-24", "client": { "id": "string", "external_id": "string", "name": "string", "shortcode": "string", "segment": "A", "created_at": "2019-08-24T14:15:22Z", "primary_contact_id": "string", "primaryContact": { … }, "projects": [ … ], "origin_space_id": "string", "originSpace": { … } }, "tags": [ { … } ], "origin_space_id": "string", "originSpace": { "id": "string", "name": "string" }, "team": [ { … } ], "guests": [ { … } ] }