From 8d8b45860a4227fa1d559ecf672727edd29a4e50 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Sun, 12 Dec 2021 18:14:22 +0000 Subject: [PATCH] Updated REST API docs with links to webhooks & theme-systems --- .../api-docs/parts/getting-started.blade.php | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/resources/views/api-docs/parts/getting-started.blade.php b/resources/views/api-docs/parts/getting-started.blade.php index ca28a7d90..3bcf29dd4 100644 --- a/resources/views/api-docs/parts/getting-started.blade.php +++ b/resources/views/api-docs/parts/getting-started.blade.php @@ -1,5 +1,27 @@

Getting Started

+

+ This documentation covers use of the REST API.
+ Some alternative options for extension and customization can be found below: +

+ + + +
+
Authentication

To access the API a user has to have the "Access System API" permission enabled on one of their assigned roles.