Question about some space attributes

I’m playing around with the API and I wanted to get the date of when my space was last edited. I noticed these attributes but don’t know what they mean exactly (and they’re not in the docs):

  "editedAt": "2021-03-10T20:41:47.792Z",
  "updatedAt": "2021-03-12T04:05:42.889Z",

What’s the difference? :slight_smile:

sorry for the delay!

updatedAt refers to any change to the content of the space, including

  • when a member visited it
  • moving a card around

editedAt is more specific and just for content changes like

  • added a new card
  • edited the name of a card
1 Like
1 Like