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 effective response may still contain a value from another metadata source. latitude and longitude must be set together (both written or both cleared).
Setting or clearing GPS coordinates schedules an asynchronous refresh of derived location names.
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