---
title: "Update Source"
method: PUT
path: "/v1/sources/{id}"
tags: ["Intelligence Sources"]
---

# Update Source

`PUT /v1/sources/{id}`

Modify the name or description of an existing custom intelligence source.

## Path parameters

- `id` string, uuid, required — Identity of the source

## Request body

- object
  - `name` string, required — Name of the source
  - `description` string — Description of the source

## Response `200`

Intelligence source was successfully updated

- Source
  - `id` string, uuid, required — Identity of the source
  - `name` string, required — Name of the source
  - `description` string — Description of the source
  - `createdAt` string, date-time, required — Date and time the source was created
  - `updatedAt` string, date-time, required — Date and time the source was last updated

## Other responses

- `400` — Invalid input format
- `404` — Intelligence source not found

---

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