me

Add or remove from favorites.

This endpoint will add or remove an anime to/from the authenticated user's favorites.

post/me/favorite-anime

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}

Changes