update

updates info of a file in the queue

void update(string id,object obj);
idstringthe ID of the file to update
objobjectthe file info to update

Example

vault.data.update("img1", { name:"me.png", status:"inprogress" });

Details

The command can't be used to change the id of the file.

See also
Back to top