update docs

This commit is contained in:
A.Unger
2021-09-08 14:30:39 +02:00
parent 86b9ada9b5
commit d0a7bc4c59
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Enhancement: Create a Space using the Graph API
Spaces can now be created on `POST /drive/{drive-name}`. Only users with the `create-space` permissions can perform this operation.
Spaces can now be created on `POST /drives/{drive-name}`. Only users with the `create-space` permissions can perform this operation.
Allowed body form values are:

View File

@@ -49,7 +49,7 @@ This is the status of a DecomposedFS `users` tree. As we can see it is empty bec
Let's start with creating a space:
`curl -k -X POST 'https://localhost:9200/graph/v1.0/drive/marketing' -u einstein:relativity -v`
`curl -k -X POST 'https://localhost:9200/graph/v1.0/drives/marketing' -u einstein:relativity -v`
```
tree -a /var/tmp/ocis/storage/users