---
title: "Update shared parameter"
method: PATCH
path: "/shared_parameter/{id}"
tags: ["shared-parameters"]
---

# Update shared parameter

`PATCH /shared_parameter/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- SharedParameterUpdate
  - `title` string
  - `project_codes` string[] — List of project codes to associate with this shared parameter
  - `is_enabled_for_all_projects` boolean
  - `parameters` Parameters — unresolved $ref

## Response `200`

OK.

- Schema — unresolved $ref

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
