mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added pages API doc examples
Made some tweaks to related content and other examples while there.
This commit is contained in:
@ -79,7 +79,8 @@ class BookApiController extends ApiController
|
||||
}
|
||||
|
||||
/**
|
||||
* Delete a single book from the system.
|
||||
* Delete a single book.
|
||||
* This will typically send the book to the recycle bin.
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function delete(string $id)
|
||||
|
Reference in New Issue
Block a user