---
title: "Update a configuration property"
method: PUT
path: "/config/{configId}/{propertyId}"
tags: ["Configuration"]
---

# Update a configuration property

`PUT /config/{configId}/{propertyId}`

Adds or updates the value of a property in the specified configuration.

## Path parameters

- `configId` string, required
- `propertyId` string, required

## Response `200`

Property updated successfully.

## Other responses

- `400` — Bad request. The request body is missing, malformed, or contains invalid parameters.
- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
