{
"config": [
0
],
"id": 0,
"name": "string"
}
curl --location --request PUT '/openapi/v0.9/drc/api/v2/organizations//ai-link/algorithms/instances/1' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": [
0
],
"id": 0,
"name": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0
}
}