databases

Update an existing database asset, for example to mark it as uploaded after the file has been stored.

patch/api/databases/{database_pk}/assets/{id}/

Path parameters

database_pkstring required
idstring required

Request body

idstring uuid
download_urlstring uri
filenamestring

The original filename. Note this is different than the cloud storage filename.

is_uploadedboolean

True if the file is uploaded to cloud storage

created_atstring date-time
updated_atstring date-time

Changes