Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get unique ids for updated timeline items

When you schedule an update for a timeline item do you get a unique item id or the same one?

My question is can you chain multiple updates after one another and get unique ids? https://developers.google.com/glass/v1/reference/timeline/update

The current result isn't clear in the current documentation.

This way if a user stops the process you can easily access all the future timeline items and delete them?

like image 222
jonbcampos Avatar asked Mar 04 '26 05:03

jonbcampos


1 Answers

The same one.

If you update a timelineItem via update or patch, the item which is returned will have the same ID that you passed in.

like image 63
mimming Avatar answered Mar 05 '26 23:03

mimming