Actions13
- Album Actions
- Search Actions
- Asset Actions
Overview
This node updates an existing asset in the Immich photo and video management system. It allows users to modify various properties of an asset such as its original date and time, description, archival status, favorite status, and GPS coordinates. This is useful for keeping asset metadata accurate and up-to-date, for example, correcting the date a photo was taken or marking an asset as a favorite for easier retrieval.
Use Case Examples
- Updating the description of a photo asset to add more context.
- Marking a video asset as archived to remove it from active views without deleting it.
- Setting GPS coordinates on an asset to enable location-based searches.
Properties
| Name | Meaning |
|---|---|
| Asset ID | The unique identifier of the asset to update, required to specify which asset to modify. |
| Update Fields | A collection of fields that can be updated on the asset, including dateTimeOriginal, description, isArchived, isFavorite, latitude, and longitude. |
| Request Options | Settings for request behavior such as batching, SSL certificate validation, proxy configuration, and timeout duration. |
Output
JSON
id- The unique identifier of the updated asset.dateTimeOriginal- The updated original date and time of the asset.description- The updated description of the asset.isArchived- The updated archival status of the asset.isFavorite- The updated favorite status of the asset.latitude- The updated GPS latitude coordinate of the asset.longitude- The updated GPS longitude coordinate of the asset.
Dependencies
- Requires an API key credential for authentication with the Immich API.
Troubleshooting
- Ensure the Asset ID is correct and exists in the system to avoid 'asset not found' errors.
- Verify that the API credentials are valid and have permission to update assets.
- Check network connectivity and proxy settings if requests time out or fail.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
Links
- Immich API Documentation - Official API documentation for Immich, useful for understanding available endpoints and request formats.