Hikka Docs Hikka Docs
EndpointsRead

Read Add

PUT
/read/{content_type}/{slug}

Path Parameters

content_type*string
Value in"manga" | "novel"
slug*string

Header Parameters

auth?|
auth?|

Request Body

application/json

note?|
chapters?integer
Default0
Range0 <= value <= 10000
volumes?integer
Default0
Range0 <= value <= 10000
rereads?integer
Default0
Range0 <= value <= 100
score?integer
Default0
Range0 <= value <= 10
status*string
Value in"completed" | "reading" | "on_hold" | "dropped" | "planned"
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://api.hikka.io/read/manga/string" \  -H "Content-Type: application/json" \  -d '{    "status": "completed"  }'
{
  "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
  "note": "🤯",
  "updated": 1686088809,
  "created": 1686088809,
  "status": "reading",
  "chapters": 3,
  "volumes": 3,
  "rereads": 2,
  "score": 8,
  "content": {
    "data_type": "string",
    "start_date": 0,
    "end_date": 0,
    "created": 0,
    "updated": 0,
    "title_original": "string",
    "media_type": "string",
    "native_scored_by": 0,
    "title_ua": "string",
    "title_en": "string",
    "chapters": 0,
    "volumes": 0,
    "translated_ua": true,
    "native_score": 0,
    "status": "string",
    "image": "string",
    "year": 0,
    "scored_by": 0,
    "score": 0,
    "mal_id": 0,
    "slug": "string"
  }
}
{
  "message": "Example error message",
  "code": "example_error"
}