Share Project - Implan-Group/api GitHub Wiki

Share Project


PUT /api/v1/impact/project/{projectId}/share

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.

🧾Example

📤 Request

PUT /api/v1/impact/project/496256c2-a089-4d42-a1a1-cafee3a43216/share

📥 Response

200 OK

⚠️ **GitHub.com Fallback** ⚠️