mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-24 11:19:38 +03:00
Added pages API doc examples
Made some tweaks to related content and other examples while there.
This commit is contained in:
@@ -86,7 +86,8 @@ class ChapterApiController extends ApiController
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a chapter from the system.
|
||||
* Delete a chapter.
|
||||
* This will typically send the chapter to the recycle bin.
|
||||
*/
|
||||
public function delete(string $id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user