---
title: "Update profile"
method: PUT
path: "/profiles/{profileID}"
---

# Update profile

`PUT /profiles/{profileID}`

Fully replace an existing analysis profile configuration (omitted optional fields reset to defaults).

## Path parameters

- `profileID` string, required

## Request body

- object
  - `name` string, required
  - `tags` string[], required
  - `timeout` integer, required
  - `network` string, required
  - `geolocation` string
  - `options` object

## Response `200`

Updated profile. Returns an empty JSON object on success.

- object

## Other responses

- `404` — Profile not found.
- `409` — Profile name conflict.

---

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