Share the project with other users by updating the project’s visibility settings.
The GET /api/clip-projects/{projectId}/update-visibility
endpoint allows you to share a project with other users by updating the project’s visibility settings.
You can set the visibility of the project to PUBLIC
to allow any users to view, edit and export the project.
projectId
(required): The unique identifier of the project.visibility
(required): The visibility setting for the project. Must be one of DEFAULT
or PUBLIC
.Ensure you replace API_KEY
and PROJECT_ID
with your actual values.
Use this code generator to easily create code snippets.
For more details of response, please refer to the API response schema.
Share the project with other users by updating the project’s visibility settings.
The GET /api/clip-projects/{projectId}/update-visibility
endpoint allows you to share a project with other users by updating the project’s visibility settings.
You can set the visibility of the project to PUBLIC
to allow any users to view, edit and export the project.
projectId
(required): The unique identifier of the project.visibility
(required): The visibility setting for the project. Must be one of DEFAULT
or PUBLIC
.Ensure you replace API_KEY
and PROJECT_ID
with your actual values.
Use this code generator to easily create code snippets.
For more details of response, please refer to the API response schema.