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 16:02:23 +03:00
Code Issues 784 Packages Projects Releases 14 Wiki Activity
Files
f41c02cbd7e705155b5b4fdbf8dfb3dc09a445d1
BookStack/dev/api/requests/pages-create.json

11 lines
202 B
JSON
Raw Normal View History

Added pages API doc examples Made some tweaks to related content and other examples while there.
2020-11-28 15:21:54 +00:00
{
"book_id": 1,
"name": "My API Page",
"html": "<p>my new API page</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": 15,
Added pages API doc examples Made some tweaks to related content and other examples while there.
2020-11-28 15:21:54 +00:00
"tags": [
{"name": "Category", "value": "Not Bad Content"},
{"name": "Rating", "value": "Average"}
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: 143ms Template: 1ms
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