curl --location '/public-api/v1/botDatasource/updateBotDatasourceIds' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"botId": 0,
"sourceId": 0,
"options": {
"key": {}
},
"datasourceIds": [
0
],
"datacenterSource": {
"id": 0,
"deptId": 0,
"tenantId": 0,
"sourceType": 0,
"title": "string",
"description": "string",
"sourceName": "string",
"sourceAddress": "string",
"username": "string",
"password": "string",
"status": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"options": {
"key": {}
}
}
}'{
"errorCode": 0,
"message": "",
"data": null
}