You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: