You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response schemas for Resources do not include the snapshot's created on datetime. This field was overlooked because for most endpoints, the latest snapshot is returned, so the snapshot created on datetime is the same as the last modified on datetime. However, when browsing the history, the snapshot created on datetime is important.
Definition of done
add a snapshotCreatedOn datetime field to the response schema to all Resource response schemas
update the "build" functions to return add the field to the responses
update tests to validate the new response schema
merge the feature into dev
The text was updated successfully, but these errors were encountered:
The response schemas for Resources do not include the snapshot's created on datetime. This field was overlooked because for most endpoints, the latest snapshot is returned, so the snapshot created on datetime is the same as the last modified on datetime. However, when browsing the history, the snapshot created on datetime is important.
Definition of done
snapshotCreatedOn
datetime field to the response schema to all Resource response schemasThe text was updated successfully, but these errors were encountered: