v1

latestOpenAPI 3.0.32026-07-17463044.1 KB
Atramhasis

Edit the concept or collection with id `c_id`.

Edit the concept or collection with id c_id. The response body will contain a representation of the concept or collection after the modifications.

put/conceptschemes/{scheme_id}/c/{c_id}

Path parameters

scheme_idstring required

The identifier for a certain concept scheme.

c_idstring required

The identifier for a certain concept or collection.

Request body

OR

Example request

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

Response

The concept or collection was edited succesfully.

OR

Example response

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