assets
Update an asset
Edits the user-editable metadata for a single asset — description, GPS coordinates, and original capture datetime. Only fields included in the request body are changed; others are left untouched. Passing null for a field removes a previously-set value; the response then falls back to the value embedded in the file when present. latitude and longitude must be set together (both written or both cleared).
Setting or clearing GPS coordinates re-enqueues reverse geocoding so location names refresh against the new effective coordinates.
For editing multiple assets in one round trip, prefer bulk_update_assets.
patch/api/assets/{asset_id}
Path parameters
asset_idstring required
Asset ID (with asset_ prefix) of the asset to update.
Asset ID (with asset_ prefix) of the asset to update.
Request body
Response
Successful Response