Download OpenAPI specification:Download
| x-evidencehub-apikey required | string Evidence Hub API key |
| concept_name required | string |
| domain_id required | string non-empty |
| concept_class_id required | string non-empty |
Array of strings or objects non-empty | |
required | object |
Array of objects |
{- "concept_name": "string",
- "domain_id": "string",
- "concept_class_id": "string",
- "concept_synonym": [
- "string"
], - "owner": {
- "name": "string",
- "email": "user@example.com"
}, - "contributors": [
- {
- "name": "string",
- "email": "user@example.com"
}
]
}{- "message": "string",
- "conceptId": 0,
- "knowledgeObjectId": "string",
- "knowledgeObjectVersionId": "string",
- "owner": {
- "name": "string",
- "email": "user@example.com"
}, - "payload": {
- "concept_name": "string",
- "domain_id": "string",
- "concept_class_id": "string",
- "concept_synonym": [
- "string"
], - "contributors": [
- {
- "name": "string",
- "email": "user@example.com"
}
], - "concept_id": 0,
- "vocabulary_id": "string",
- "standard_concept": "S",
- "valid_start_date": "string",
- "valid_end_date": "string",
- "invalid_reason": "string",
- "concept_code": "string"
}, - "alreadyExists": true
}