Deprecated route: PATCH /user/favorites

the api route PATCH /user/favorites is removed (help docs also updated).

This route it let you update either favorite users, favorite colors, or favorite spaces. Because it did way too much the body format is too complicated and the route was just too slow in general. The favs system is getting some refactors and there’ll be new individual PATCH route replacements for each type of favorite released in a couple weeks.

1 Like