If my photo's description contains \n, then the POST photo method fails with HTTP status 500 and body
{\"error\":\"Internal Server Error\",\"status\":500}
If I replace \n with <br/>, then the method succeeds, but I get a literal <br/> in the description. Please document how to insert a newline in the description.
If my photo's description contains
\n
, then thePOST photo
method fails with HTTP status 500 and bodyIf I replace
\n
with<br/>
, then the method succeeds, but I get a literal<br/>
in the description. Please document how to insert a newline in the description.