My Novel

POST /api/novel (Sign-In Required)

Request with Body

Properties
Type
Required

locale

string(2)

status

0~2

displayName

string(32)

introduction

string(64)

details

string

example

JSON

intro

JSON

tags

List of string(10)

categorys

List of integer

characters

List of JSON

isSpoilerProtected

boolean

isAdult

boolean

coverImage

string(255)

Character Object

Properties
Type
Require

displayName

string(32)

details

string

example

JSON

profileImage

string(255)

Response

{"novelId": "f4264926-0825-4e49-a051-2b6d0e39db13"}

PATCH /api/novel (Sign-In Required)

Request with URL Params

Properties
Required

uuid(36)

O

Request with URL Body

Properties
Type
Required

locale

ISO 639-1

status

0~2

isSpoilerProtected

boolean

isAdult

boolean

displayName

string(32)

introduction

string(64)

details

string

example

JSON

intro

JSON

tags

List of string(10)

categorys

List of integer

coverImage

string(255)

Response

Last updated

Was this helpful?