Hi, MikeMirzayanov!
It seems the return value of blogEntry.view doesn't match the intro According to the api help here, the return value of "blogEntry.view" is "a BlogEntry object in full version."
According to the api help here, the "BlogEntry" object contains the field "content".
However, when I made a request to the URL https://mirror.codeforces.com/api/blogEntry.view?blogEntryId=95393, I see that the return value is actually:
Returned JSON
Which doesn't contain the "content" field at all.
P.S. If I'm wrong, please tell me







