Fimfiction Developers

Chapters


Relevant Scopes

  • read_stories
  • write_stories

Table of Contents

GET /chapters/:id

Return a chapter by id. Unpublished chapters or chapters in unpublished stories require read_stories to access.


Returns

chapter


Scopes


Parameters

id required The numeric id of the chapter.
PATCH /chapters/:id

Update a chapter by id


Returns

chapter


Parameters

id required The numeric id of the chapter.
DELETE /chapters/:id

Delete a chapter by id


Parameters

id required The numeric id of the chapter.