---
title: "Update parameter value"
method: PUT
path: "/api/parameters/{id}/value"
tags: ["Parameters"]
---

# Update parameter value

`PUT /api/parameters/{id}/value`

Updates the value of the parameter with the specified id.

## Path parameters

- `id` string, required

## Request body

- ParameterValue
  - `id` string, nullable
  - `organizationId` string, uuid
  - `type` string, nullable
  - `value` unknown

## Response `200`

OK

- ParameterValue
  - `id` string, nullable
  - `organizationId` string, uuid
  - `type` string, nullable
  - `value` unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.net/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.net/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosser/edge-director-api/revisions/746b3f44e69d/schema)
