{
"userAppId": {},
"knowledgeGraphs": [
{
"id": "string",
"name": "string",
"description": "string",
"examplesAppId": "string",
"sampledExamplesAppId": "string"
}
]
}
curl --location --request POST 'http://dev-cn.your-api-server.com/v2/users//apps//concepts/knowledge_graphs' \
--header 'Content-Type: application/json' \
--data-raw '{
"userAppId": {},
"knowledgeGraphs": [
{
"id": "string",
"name": "string",
"description": "string",
"examplesAppId": "string",
"sampledExamplesAppId": "string"
}
]
}'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"knowledgeGraphs": [
{
"id": "string",
"name": "string",
"description": "string",
"examplesAppId": "string",
"sampledExamplesAppId": "string"
}
]
}