Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
cURL
curl --request PATCH \ --url https://app.gomangrove.com/api/v1/reporting/report_map_versions/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "version": { "name": "<string>" } } '
{ "id": "rmv_abc123def456", "report_map_id": "rmp_abc123def456", "name": "v1-renamed", "created_at": "2026-01-15T10:00:00.000Z", "updated_at": "2026-01-15T11:00:00.000Z" }
Show child attributes
200