English
cURL
curl --request PATCH \ --url https://{base_url}/v1/app/project/{projectId} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "goal": "<string>", "deadline": "<string>", "default_member_role": "Viewer", "default_role_enabled": true, "visibility": "Public", "project_context": "<string>", "answer_context": "<string>" } '
Update the details of an existing project. Only the owner or members with appropriate permissions can update a project.
The ID of the project to update
The details to update the project with
Viewer
Commenter
Editor
Admin
Owner
Public
Private