Skip to main content

ChapterService_CreateChapter

ChapterService_CreateChapter

Path Parameters
  • user string required

    The user id.

Request Body required
  • parent string required

    The parent this chapter belongs to.

  • chapter object required
    • name string required

      The name of the chapter.

    • languageCode string

      The language code of the chapter pages.

    • album string

      The album that contains all images associated to this chapter.

    • pages int64[]

      The ordered list of all pages represented as ids of images.

Responses

OK

Schema
  • name string required

    The name of the chapter.

  • languageCode string

    The language code of the chapter pages.

  • album string

    The album that contains all images associated to this chapter.

  • pages int64[]

    The ordered list of all pages represented as ids of images.