diff --git a/changelog/unreleased/single-space-enpoint.md b/changelog/unreleased/single-space-enpoint.md new file mode 100644 index 000000000..c77e6a461 --- /dev/null +++ b/changelog/unreleased/single-space-enpoint.md @@ -0,0 +1,5 @@ +Enhancement: Add endpoint to retrieve a single space + +We added the endpoint ``/drives/{driveID}`` to get a single space by id from the server. + +https://github.com/owncloud/ocis/pull/2978