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-05-04 18:08:46 +03:00
Code Issues 784 Packages Projects Releases 15 Wiki Activity
Files
eeccc2ef1090d4e0bffa4fda901aede322b0b671
BookStack/dev/api/responses/books-create.json

11 lines
268 B
JSON
Raw Normal View History

Filled out base Book API endpoints, added example responses
2020-01-12 14:45:54 +00:00
{
"name": "My new book",
"description": "This is a book created via the API",
"created_by": 1,
"updated_by": 1,
Made fixes/updates during pre-release review - Fixed page editor default focus not working as expected due to misnamed attribute. - Added owned_by to relevant areas of the API including the docs. - Made book relation on page accessible even if deleted since it could cause an issue on views, such as audit trail, when the relation is accessed when the book is deleted.
2021-01-03 22:29:58 +00:00
"owned_by": 1,
Filled out base Book API endpoints, added example responses
2020-01-12 14:45:54 +00:00
"slug": "my-new-book",
Updated API examples with date format changes Updated to full ISO-8601 to reflect change in Laravel 7.
2021-11-04 22:02:21 +00:00
"updated_at": "2020-01-12T14:05:11.000000Z",
"created_at": "2020-01-12T14:05:11.000000Z",
Filled out base Book API endpoints, added example responses
2020-01-12 14:45:54 +00:00
"id": 15
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 24ms 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