Contents
Changelog
UPDATE
Effective from:
January 4, 2021
Breaking change in
GET /files
endpointAnnounced: December 17, 2020
Effective from:
January 4, 2021
January 4, 2021
Breaking change in GET /files
endpoint
GET /files
endpointWhat will change?
We are going to change the definition of the sort parameter of GET /files
endpoint. We’re going to allow sorting by 2 columns only (id
, update_time
) and restrict sorting by more than 1 column at the same time (e.g. field_name_1
ASC, field_name_2
DESC won’t work anymore).
Why?
We are optimising our sorting operations together with moving to a new service for files management.
Who is affected?
Anyone doing queries to GET /files
using sorting by file_type
.
Published on December 17, 2020