API Reference
Updates a project. Only project owner or account admin can update projects.
cURL
curl --request PATCH \ --url https://app.gomangrove.com/api/v1/projects/{project_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "project": { "name": "Updated Project Name", "description": "Updated project description", "start_date": "2025-01-01", "field_values": { "custom_field_1": "value1", "custom_field_2": "value2" } } } '
{ "id": 123, "name": "Updated Project Name", "description": "Updated project description", "project_type": "Biochar", "credit_types": [ "CORC" ], "country": "US", "state": "Washington", "project_status": "ACTIVE", "registry_name": "Puro.Earth", "registry_link": "", "methodology": "Puro Biochar Methodology v3 2023", "images": [ { "name": "Image.png", "url": "http://...." } ], "sustainable_development_goals": [ "good_health_and_wellbeing", "quality_education" ] }
Id of project
Show child attributes
200