Share Folder - Implan-Group/api GitHub Wiki

Share Folder


PUT /api/v1/impact/folder/{folderId}/share

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.

🧾Example

📤 Request

PUT /api/v1/impact/folder/147/share

📥 Response

200 OK

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