gallery.updated
Sent whenever gallery-level information is changed, such as its title, layout, settings, or the assets it contains.
Parameter | Type | Description |
---|---|---|
event | String | Event type indicating the action, here it is 'gallery.updated' meaning a gallery was updated. |
duid | String | Unique device or user identifier related to the gallery or update session. |
tags | String | Tags or keywords associated with the gallery; empty if no tags provided. |
modified | String | Timestamp of the last modification in ISO 8601 format (UTC time). |
items_count | Integer | Number of items (e.g., videos, images) contained within the gallery; here it is 2. |
sync_status | String | Status of synchronization; 'synced' indicates the gallery/items are successfully synced. |
sync_type | String | Type of synchronization; here it is 'original', indicating the original data sync method. |
reason | String | Reason or description for the update action, e.g., 'folders setAppData'. |
fid | String | Unique file identifier assigned to the uploaded file or gallery. |
description | String | Description of the gallery; empty here indicating no description provided. |
uid | Integer | Unique identifier for the user or entity associated with this gallery. |
name | String | The name of the gallery or uploaded file associated with this update. |
String | Email address of the user who updated or owns the gallery. |