---
title: "Update Property"
method: PUT
path: "/configurations/{externalId}/properties"
tags: ["Configuration Stores"]
---

# Update Property

`PUT /configurations/{externalId}/properties`

Updates or creates a property in the configuration store

## Path parameters

- `externalId` string, required

## Query parameters

- `workspaceId` integer, required

## Request body

- PropertyDTO
  - `key` string, required
  - `value` string, required

## Response `200`

Property updated successfully

---

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