mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-18 02:12:30 +08:00
Refined docs view, Added example requests
This commit is contained in:
4
dev/api/requests/books-create.json
Normal file
4
dev/api/requests/books-create.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "My own book",
|
||||
"description": "This is my own little book"
|
||||
}
|
4
dev/api/requests/books-update.json
Normal file
4
dev/api/requests/books-update.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "My updated book",
|
||||
"description": "This is my book with updated details"
|
||||
}
|
Reference in New Issue
Block a user