Skip to content

Sorting and Permissions

Latest

Choose a tag to compare

@PGijsbers PGijsbers released this 13 Nov 13:24
· 47 commits to develop since this release
0fe3160

Endpoint Changes

Added:

  • #650: Projects now have endpoints for image uploads similar to Organisations
  • #655: A GET request 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_TYPE endpoint which lists all assets of that type now by default sorts by last modified, from recent to older. Sorting for date_modified and date_created are supported through setting sort parameter with either ascending and descending order (by setting direction to asc or desc, respectively).

Fixed:

  • #649: Updating Organisations (and now projects) which have attached images through a PUT request 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).