lichess-org / api

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

Add user note endpoints #270

Closed fitztrev closed 11 months ago

fitztrev commented 11 months ago

API routes to add/get private user notes exist in lila but weren't yet documented.

GET   /api/user/:name/note             controllers.User.apiReadNote(name)
POST  /api/user/:name/note             controllers.User.apiWriteNote(name)