---
title: "Updates source properties"
method: PUT
path: "/v1/threatIntel/datastore/dataSource/{dataSourceName}"
tags: ["threatIntelIngest"]
---

# Updates source properties

`PUT /v1/threatIntel/datastore/dataSource/{dataSourceName}`

Updates source properties

## Path parameters

- `dataSourceName` string, required

## Request body

- DataSourceProperties
  - `enabled` boolean — True if enabled.
  - `description` string — The data source description.

## Response `204`

Data source properties successfuly updated.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
