Uploads a single file and attaches it to the specified owner entity. Returns the
created DataFile record so callers (CLI / SDK / migration scripts)
can capture the new file id without a follow-up list-and-filter call.
Files & Storage
Uploads a single file and attaches it to the specified owner entity. Returns the created DataFile record so callers (CLI / SDK / migration scripts) can capture the new file id without a follow-up list-and-filter call.
POST
Uploads a single file and attaches it to the specified owner entity. Returns the
created DataFile record so callers (CLI / SDK / migration scripts)
can capture the new file id without a follow-up list-and-filter call.
Authorizations
JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.
Path Parameters
The type of entity that will own the file (e.g. Item, Annotation).
The unique identifier of the owning entity.
Response
The file was uploaded; body is the DataFile record.