---
title: "Update protection source"
method: PATCH
path: "/v1/protection-sources"
tags: ["Protection sources"]
---

# Update protection source

`PATCH /v1/protection-sources`

Update protection source. If a source does not exist, the Pismo platform selects one from `sources.type`.

## Headers

- `AuthorizationToken` string, required

## Request body

- ProtectionSourceParam
  - `covered` 'overdraft' | 'credit_card', required — The financial product you want to protect
  - `sources` Source[], required — The list of financial products that can act as coverage sources

## Response `201`

No response body is returned when a protection source is updated successfully

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
