lichess-org / api

Lichess API documentation and examples
https://lichess.org/api
GNU Affero General Public License v3.0
428 stars 142 forks source link

long description field for creating/editing broadcasts is called "markup" in documentation instead of "markdown" #188

Closed leonidloew closed 2 years ago

leonidloew commented 2 years ago

When creating broadcasts with the API according to https://lichess.org/api#operation/broadcastTourCreate, the optional long description field is called "markup". However, "markup" seems to have no effect. Everything works fine when using "markdown" instead. This seems to be an error in the API documentation.