Swagger API changes - 21.09
Breaking changes
Due to internal changes from 21.09 the hashes of the tracker item attachment is calculated with SHA-512 algorithm therefore the Attachment model has changed.
Form 21.09
Until 21.04
{ "id": 3367, "name": "crossReferences.csv", "description": null, "descriptionFormat": "Wiki", "createdAt": "2021-10-21T13:37:55.385", "createdBy": { ... }, "modifiedAt": "2021-10-21T13:37:55.385", "modifiedBy": { ... }, "version": 1, "size": 2610, "sha512": "82e0d6c86b1247c7117fd0 ... 084990c44bfb39e2daf37c713b51c7daa321f"}
{ "id": 3342, "name": "crossReferences.csv", "description": null, "descriptionFormat": "Wiki", "createdAt": "2021-10-21T13:37:11.698", "createdBy": { ... }, "modifiedAt": "2021-10-21T13:37:11.698", "modifiedBy": { ... }, "version": 1, "size": 2610, "md5": "3EFCEB4CC425E6FFABE958816C29F3A9"}
Was this helpful?