---
title: "Edit the conceptscheme"
method: PUT
path: "/conceptschemes/{scheme_id}"
tags: ["Pyramid_skosprovider"]
---

# Edit the conceptscheme

`PUT /conceptschemes/{scheme_id}`

Edit the conceptscheme with scheme_id. The response body will contain a representation of the conceptscheme.

## Path parameters

- `scheme_id` string, required

## Request body

- ConceptSchemeDetail
  - `id` union
    - string
    - integer
  - `uri` string
  - `label` string, nullable
  - `languages` Language[]
    - `id` integer
    - `name` integer
  - `labels` Label[], required
    - `type` string, required
    - `language` string, required — IANA language tag
    - `label` string, required
  - `notes` Note[]
    - `note` string
    - `type` string
    - `language` string
    - `markup` string, nullable
  - `sources` Source[]
    - `citation` string
    - `markup` string, nullable
  - `subject` string[]

## Response `200`

The conceptscheme was edited succesfully.

- ConceptSchemeDetail
  - `id` union
    - string
    - integer
  - `uri` string
  - `label` string, nullable
  - `languages` Language[]
    - `id` integer
    - `name` integer
  - `labels` Label[], required
    - `type` string, required
    - `language` string, required — IANA language tag
    - `label` string, required
  - `notes` Note[]
    - `note` string
    - `type` string
    - `language` string
    - `markup` string, nullable
  - `sources` Source[]
    - `citation` string
    - `markup` string, nullable
  - `subject` string[]

## Other responses

- `400` — The conceptscheme could not be edited because the submitted json was invalid due to eg. validation errors.
- `404` — The conceptscheme with `scheme_id` does not exist.
- `500` — OpenAPI request/response validation failed

---

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