Share Folder - Implan-Group/api GitHub Wiki
This endpoint shares all Projects in a folder with another user(s).
The response will simply be a 200 OK
if the share completes.
Parameter | Spec | Type | Details |
---|---|---|---|
folderId | route | int | The id of the folder to share. |
body | body | array | An list of email addresses to share the Folder with. |
PUT /api/v1/impact/folder/147/share
[ "[email protected]", "[email protected]" ]
200 OK