Split /api/document Route #19
Labels
breaking-change
Changes that require a major version update and are not backwards compatible.
enhancement
New feature or request
Currently the /api/document route returns both public and owned documents. The only way to differentiate between these is the "owned" flag, which is inconvenient for consumers. One solution for this would be to split the route into personal documents (/api/myDocuments/) and public documents (/api/publicDocuments).
The text was updated successfully, but these errors were encountered: