
Here is an example of market — https://manifold.markets/RemNi/will-there-be-a-dyson-sphere-around-498a9441b3bf
You can see that there is very pretty list with links to other markets with percents.
Here is an image:

I want to find the way how I can set the same description via manifodl API.
Now I can change market description via:
url = f"https://api.manifold.markets/v0/market/{market_id}/update"
headers = {
'Authorization': f'Key {api_key}',
'Content-Type': 'application/json'
}
data = {
"question": title,
"descriptionMarkdown": body,
}
But I don't see how can i specify the links to the markets to be rendered as percent or resolution result.
About a year ago I was told how to do it via web interface — https://manifold.markets/bessarabov/teach-me-how-to-insert-links-to-mar
(but it looks like that now I can't add the closed market using this technic )
Now I'm searching for the way how to do it via API.
I'm going to give 1000 bounty to the person who explain me how i can do it.