me

Import a library export file.

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

post/me/library/import

Response

Successful Kurozora JSON response

object required

Example response

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

Changes

Changed in 4 of the 50 revisions of this API.13