3

The documentation does not specify it but ...

If a Glass user deletes a timeline item, can an authorized Glassware service use the timeline id of the deleted item and perform an update operation and have timeline item re-inserted into the Glass user's timeline with the same timeline id?

J Wang
  • 2,075
  • 1
  • 20
  • 26
frooble
  • 155
  • 1
  • 5

1 Answers1

5

Once the user has deleted the timeline item, only a tombstone remains in the API to notify the Glassware.

Any requests to this timeline item aside from GET will yield a 404 Not Found response status.

Alain
  • 6,044
  • 21
  • 27