mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 13:43:38 +08:00
Chapters API: Added missing book_slug field
Was removed during previous changes, but reflected in response examples. This adds into all standard single chapter responses. For #4765
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"description_html": "<p>This is a <strong>great new chapter<\/strong> that I've created via the API<\/p>",
|
||||
"book_slug": "example-book",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"updated_by": 1,
|
||||
"owned_by": 1,
|
||||
"description_html": "<p>This is an <strong>updated chapter<\/strong> that I've altered via the API<\/p>",
|
||||
"book_slug": "example-book",
|
||||
"tags": [
|
||||
{
|
||||
"name": "Category",
|
||||
|
Reference in New Issue
Block a user