]> BookStack Code Mirror - website/commitdiff
Added link to API scripts repo
authorDan Brown <redacted>
Thu, 3 Mar 2022 22:42:35 +0000 (22:42 +0000)
committerDan Brown <redacted>
Thu, 3 Mar 2022 22:42:35 +0000 (22:42 +0000)
content/docs/admin/hacking-bookstack.md

index c4605193470737b97a3b463d12957c13054197a2..f131b1c9272290061d6acb58f5d16d644ed8ba26 100644 (file)
@@ -16,7 +16,10 @@ _**Note: Customisation options on this page are not deemed to be stable or offic
 
 BookStack has a built-in REST API for external interaction and consumption of your BookStack data. API documentation can be found within your BookStack instance at the `/api/docs` URL path. You'll need to have the 'Access system API' role permission to access the API.
 
-For quick reference of the current API abilities, you can [view the API documentation of our demo instance](https://demo.bookstackapp.com/api/docs).
+**Reference Links**
+
+- [API documentation of our demo instance](https://demo.bookstackapp.com/api/docs).
+- [Our "BookStack API Scripts" repo containing examples](https://github.com/BookStackApp/api-scripts).
 
 ---