---
title: "Update Config"
method: PUT
path: "/config/{path}"
tags: ["Configuration Service"]
---

# Update Config

`PUT /config/{path}`

Update Api modifies the content of existing file with the updated content.

## Path parameters

- `path` string, required

## Query parameters

- `comment` string, required

## Response `200`

OK

- ConfigId
  - `id` string — Revision number of configuration file.

## Other responses

- `404` — Not Found

## Changes

- **2017-06-07** `46dfcb383ba3` — 2 breaking, 3 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - the endpoint scheme security `Bearer` was removed from the API
  - removed the non-success response with the status `401`
  - …1 more

[Change history](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/changes/config/:path/put.md)

---

[API](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints.md) · [All operations](https://skmtc.dev/tmtsoftware/apis/tmt-common-software-rest-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tmtsoftware/tmt-common-software-rest-endpoints/revisions/46dfcb383ba3/schema)
