Description
To merge two circles (Warning: All relations within a circle must be combined together.)
Parameters
relationId1: The relation id - string - required
positions1: The positions of each node (ex: 1 2 - 3) - string - required
relationId2: The relation id - string - required
positions2: The positions of each node (ex: 1 2 - 3) - string - required
admin
-> "[R1]" (relation new "le soleil brille" L fr);
-> "[R2]" (relation new "the sun is shining" L en);
circle merge [R1] "1 2 3|4" [R2] "1 2 3 3"
mentdb
CI[0]
admin
circle show [R1]
mentdb
{
"en RL[4z] RL[50]": "1 2 3 3",
"en RL[50] RL[4z]": "1 2 3|4"
}
admin
circle show [R2]
mentdb
{
"en RL[4z] RL[50]": "1 2 3 3",
"en RL[50] RL[4z]": "1 2 3|4"
}