---
title: "Bulk update broker funder policies"
method: PATCH
path: "/api/broker_funder_policies/"
---

# Bulk update broker funder policies

`PATCH /api/broker_funder_policies/`

Create or update broker funder policies for the current user

## Request body

- BulkUpdateBrokerFunderPoliciesSchema
  - `policies` BrokerFunderPolicyUpdateItem[], required
    - `funder_heron_id` string, required
    - `matching_priority` integer, nullable
    - `policy` object, nullable

## Response `200`

Broker funder policies updated successfully

- BrokerFunderPolicy[]
  - `created` string, date-time
  - `funder` BrokerFunderPolicyFunder
    - `heron_id` string
    - `logo_url` string, nullable
    - `name` string
  - `last_updated` string, date-time
  - `matching_priority` integer, nullable
  - `policy` object, nullable

## Other responses

- `404` — One or more funders not found

---

[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)
