Share Project - Implan-Group/api GitHub Wiki
This endpoint shares one of the current user's projects with another user(s).
The response will simply be a 200 OK
if the share completes.
Parameter | Spec | Type | Details |
---|---|---|---|
projectId | route | guid | The Project to share's Id. |
body | body | array[str] | An list of email addresses to share the Project with. |
PUT /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafee3a43216/share
[ "[email protected]", "[email protected]" ]
200 OK