cURL
curl --request PUT \ --url https://api.{workspaceId}.clinia.cloud/terminology/v1/vocabularies/{vocabularyKey} \ --header 'Content-Type: application/json' \ --header 'X-Clinia-API-Key: <api-key>' \ --data ' { "title": "<string>", "description": "<string>" } '
{ "key": "<string>", "title": "<string>", "description": "<string>" }
Upsert a vocabulary in the terminology.
Documentation IndexFetch the complete documentation index at: https://docs.clinia.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.clinia.com/llms.txt
Use this file to discover all available pages before exploring further.
The key of the vocabulary.
A successful response when the vocabulary is replaced.
Was this page helpful?