Welcome to our new documentation website! Explore the updated structure and resources to help you get the most out of Clinia's platform.
cURL
curl --request PUT \ --url https://{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey}/concepts/{conceptCode} \ --header 'Content-Type: application/json' \ --header 'X-Clinia-API-Key: <api-key>' \ --data '{ "definition": "<string>", "designation": {} }'
{ "vocabularyKey": "<string>", "code": "<string>", "definition": "<string>", "designation": {} }
Upsert a concept in a vocabulary.
The key of the vocabulary.
The code of the concept.
Show child attributes
A successful response when the concept is replaced.
Was this page helpful?