Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 533 Bytes

File metadata and controls

7 lines (4 loc) · 533 Bytes

Edit File Metadata empty values should clear data

Previously the API POST /files/{id}/metadata would ignore fields with empty values. Now the API updates the fields with the empty values essentially clearing the data. Missing fields will still be ignored.

An optional query parameter (sourceLastUpdateTime) was added to ensure the metadata update doesn't overwrite stale data.

See also the guides, #11392, and #11359.