500px / legacy-api-documentation

This is the 500px API documentation.
22 stars 9 forks source link

Can't upload a photo with a description spanning multiple lines #251

Open mardy opened 6 years ago

mardy commented 6 years ago

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.