Complete a file upload

Confirm a previously requested file upload has completed.

Mark a previously requested file upload as complete once the object is present in S3. This validates the uploaded file exists and makes it available for downstream processing (e.g. bulk project upsert).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

api_file_upload_idstringRequiredformat: "^aflup_c[a-z0-9]{24}$"

Response

dataobject
The API file upload object. This object represents a file that has been uploaded via the Public API. Files can be used for various purposes such as bulk data imports.