API Reference
Update model metadata. Does not modify the model’s node tree - use create_version for that.
cURL
curl --request PATCH \ --url https://app.gomangrove.com/api/v1/models/{model_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "model": { "cadence": "monthly", "partition_type": "feedstock" } } '
{ "id": "mdl_abc123def456", "name": "Carbon Calculation Model", "version": 1, "is_latest": true, "cadence": "monthly", "partition_type": "feedstock", "order": 1, "created_at": "2025-01-15T10:00:00.000Z", "updated_at": "2025-01-15T12:00:00.000Z" }
Model friendly ID (e.g., mdl_abc123def456)
Show child attributes
200