I am trying to use list_shared_links in the way described in the documentation: "If no path is given or the path is empty, returns a list of all shared links for the current user." (https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links)
However when I give an empty path, I receive a 400 error: "Error in call to API function "sharing/list_shared_links": request body: path: '' did not match pattern '((/|id:).*)|(rev:[0-9a-f]{9,})'"
And when I give no path I receive a 500 error with no response data.
If I provide a path then it works as expected.
The deprecated endpoint "get_shared_links" works as expected with empty path, but lacks essential information that list_shared_links returns.
Is this a known issue/anybody else seeing this?