·
47 commits
to develop
since this release
Endpoint Changes
Added:
- #650: Projects now have endpoints for image uploads similar to Organisations
- #655: A
GETrequest to/assets/permissions/{identifier}by an admin of the asset identified by the asset will return a list of each user which has been added as a collaborator for that asset.
Changed:
- #653: The
GET /ASSET_TYPEendpoint which lists all assets of that type now by default sorts by last modified, from recent to older. Sorting fordate_modifiedanddate_createdare supported through settingsortparameter with either ascending and descending order (by settingdirectiontoascordesc, respectively).
Fixed:
- #649: Updating Organisations (and now projects) which have attached images through a
PUTrequest is now possible: either supply the full list of media assets (including existing, but not new, binary blobs) or leave the list empty (which will leave existing relationships unchanged).