v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Pyramid_skosprovider

Edit the conceptscheme

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

put/conceptschemes/{scheme_id}

Path parameters

scheme_idstring required

The identifier for a certain conceptscheme.

Request body

uristring
labelstring nullable
subjectstring[]

Example request

{
  "labels": [
    {
      "type": "prefLabel",
      "language": "en",
      "label": "Apple"
    }
  ]
}

Response

The conceptscheme was edited succesfully.

uristring
labelstring nullable
subjectstring[]

Example response

{
  "labels": [
    {
      "type": "prefLabel",
      "language": "en",
      "label": "Apple"
    }
  ]
}