-
Notifications
You must be signed in to change notification settings - Fork 19
Note sharing 2.0
Sander edited this page Jul 9, 2017
·
5 revisions
- Status: Draft
- Method: POST
- Route: /sharing/shares
- Parameters:
- Returns:
[
{
"noteid":17 // The note you want to share
"shareType":0
"shareWith":"target uid"
"publicUpload":0
"permissions":31
}
]
- Status: Draft
- Method: DELETE
- Route: /sharing/shares/{noteId}
-
Parameters:
- shareType
- shareWith (uid of the user you want to remove)
- Returns:
true