Skip to content

v3.1.0

Choose a tag to compare

@Eugeny Eugeny released this 05 Jan 11:38
· 35 commits to master since this release
d3b4476

General

  • All patch* methods now take a *PartialUpdate model where all fields are optional.

New objects

  • /api/2/download-archive (DownloadArchive)
  • /api/2/files/{path} (File)

New endpoints

  • /api/2/auth/access-tokens/{id}/email (sendAccessTokenEmailNotification)
  • /api/2/download-archive/create (createArchive)
  • /api/2/download-archive/{id}/download (getDownloadArchiveFile)
  • /api/2/files (getRootDirectory)
  • /api/2/filesystem/calculate-directory-size (calculateDirectorySize)
  • /api/2/filesystem/copy (copyFiles)
  • /api/2/filesystem/move (moveFiles)
  • /api/2/filesystem/delete (deleteFiles)
  • /api/2/filesystem/zip (zipFiles)
  • /api/2/filesystem/unzip (unzipFile)
  • /api/2/media/assets/{id}/frames/{frame} (getFrame)
  • /api/2/media/bundles/{id}/easy-sharing-token (getEasySharingTokenForBundle, deleteEasySharingTokenForBundle)
  • /api/2/media/files/{id}/easy-sharing-token (getEasySharingTokenForDirectory, deleteEasySharingTokenForDirectory)
  • /api/2/media/share (shareMediaLibraryObjects)
  • /api/2/python/environments (getPythonEnvironments)