---
title: "Update an external feed"
method: PUT
path: "/feeds/{uuid}"
tags: ["External Feeds"]
---

# Update an external feed

`PUT /feeds/{uuid}`

This endpoint will update an external feed.

## Path parameters

- `uuid` string, required

## Request body

- UpdateExternalFeed
  - `name` string — Name of the feed
  - `url` string, url — URL of the feed
  - `authType` 'basic' | 'token' | 'noAuth' — Auth type of the feed: * `basic` * `token` * `noAuth`
  - `username` string — Username for authType `basic`
  - `password` string — Password for authType `basic`
  - `token` string — Token for authType `token`
  - `headers` GetExternalFeedByUUIDHeaders[] — Custom headers for the feed
    - `name` string — Name of the header
    - `value` string — Value of the header
  - `maxRetries` integer — Maximum number of retries on the feed url
  - `cache` boolean — Toggle caching of feed url response

## Response `204`

Feed updated

## Other responses

- `400` — bad request
- `404` — Feed not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
