Updating Data
Update data asset by ID
Update data asset by ID. For structured data submission, use application/json. For file uploads, use multipart/form-data. Note: All date fields must be in RFC 3339 format (e.g., 2025-09-02T14:31:00Z).
PUT
/
data-assets
/
{id}
Authorizations
Type "Bearer" followed by a space and the JWT token.
Path Parameters
Data Asset ID
Body
File to be uploaded when using multipart/form-data
Access control list (ACL) for the data asset (e.g., 'public-read')
Expiration date for the data asset (in RFC 3339 format)