---
title: "Save staging or production form values for a funder integration"
method: PUT
path: "/api/funder_integrations/{funder_heron_id}/"
---

# Save staging or production form values for a funder integration

`PUT /api/funder_integrations/{funder_heron_id}/`

Saves the funder's staging or production configuration.

## Path parameters

- `funder_heron_id` string, required

## Request body

- SaveFunderIntegrationRequestSchema
  - `environment` 'staging' | 'production', required
  - `form_values` object, required

## Response `200`

Integration saved

## Other responses

- `400` — Invalid input (missing fields, unsupported funder, promotion gate)
- `404` — Funder not linked to current broker

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
