Bulk Via File Create
Bulk upsert projects from a previously uploaded file.
This endpoint allows you to bulk upsert projects from a previously uploaded file. The file should be a JSONL file containing project data. The endpoint queues an async task to process the file, and so results are not returned immediately. You can check the status of the async request using the async_request endpoint.
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The ID of the API file upload containing the projects data in JSONL format. The file upload must have been marked completed and only for the BULK_PROJECT_UPSERT purpose.