Added link to API scripts repo

This commit is contained in:
Dan Brown 2022-03-03 22:42:35 +00:00
commit 7c5ac37f01
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View 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).
---