Skip to main content

ChapterService_UpdateChapter

ChapterService_UpdateChapter

Path Parameters
  • user string required

    The user id.

  • chapter string required

    The chapter id.

Request Body required
  • 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.

  • updateMask field-mask

    The field mask to determine which fields are to be updated. If empty, the server will assume all fields are to be updated.

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.