v1
latestOpenAPI 3.0.32026-07-17463044.1 KBPyramid_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
Example request
{
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
]
}Response
The conceptscheme was edited succesfully.
Example response
{
"labels": [
{
"type": "prefLabel",
"language": "en",
"label": "Apple"
}
]
}