Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-02-27 19:07:33 +03:00
Code Issues 784 Packages Projects Releases 15 Wiki Activity
Files
655ae5ecaeba3eaea73bd20c970387f1fa993e6a
BookStack/dev/api/requests/chapters-update.json

11 lines
301 B
JSON
Raw Normal View History

Added chapters to the API
2020-05-23 00:28:41 +01:00
{
"book_id": 1,
"name": "My fantastic updated chapter",
Input WYSIWYG: Updated API examples to align with changes
2023-12-22 14:37:48 +00:00
"description_html": "<p>This is an <strong>updated chapter</strong> that I've altered via the API</p>",
API: Reviewed changes for API priority control Review of #4313 - Made constructor changes while reviewing some classes. - Updated API examples for consistency. - Tweaked formatting for some array changes. - Simplified added tests. - Tweaked chapter/page repo priority handling to be simpler. Performed manual API endpoint testing of page/chapter create/update.
2023-08-21 15:40:53 +01:00
"priority": 16,
Added chapters to the API
2020-05-23 00:28:41 +01:00
"tags": [
{"name": "Category", "value": "Kinda Good Content"},
{"name": "Rating", "value": "Medium"}
API: Reviewed changes for API priority control Review of #4313 - Made constructor changes while reviewing some classes. - Updated API examples for consistency. - Tweaked formatting for some array changes. - Simplified added tests. - Tweaked chapter/page repo priority handling to be simpler. Performed manual API endpoint testing of page/chapter create/update.
2023-08-21 15:40:53 +01:00
]
add tests for priority
2023-07-11 14:11:13 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 793ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API