-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs-only] Add documemtation for the graph users and group APIs #3149
Conversation
Addressed the Users and Groups Part of issue owncloud#3139
38cf93b
to
5f6bb59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
curl -k --request DELETE 'https://localhost:9200/graph/v1.0/groups/7a20f238-8a22-4458-902d-47674c317e5f' -u user:password | ||
``` | ||
|
||
When successful the API returns no Response Body and the HTTP status code 204 (No Content) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Response Body
should always be lower case as it is not pointing to a resource
|
||
### Removing a member | ||
|
||
#### `DELETE /groups/{groupid}/members/{id}/$ret` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
#### `DELETE /groups/{groupid}/members/{id}/$ret` | |
#### `DELETE /groups/{groupid}/members/{id}/$ref` |
No description provided.