#Move File API?

1 messages · Page 1 of 1 (latest)

serene swan
#

What's the API call for moving a file? I've seen delete/create/modify but not move. A point to the right documentation would be most helpful. (Python preferred)

serene swan
#

I wonder if its as simple as getting a FileInfo instance, updating the path and issuing resource.patch(hydrate=True)?