me

Import a MAL export file.

This endpoint will import a MAL export file into the authenticated user's library.

post/me/library/mal-import

Response

Successful Kurozora JSON response

object required

Example response

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

Changes