From 12f850a8c298fb40e3f39a44bbcb732b376b23f8 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 14 Mar 2024 19:34:18 +0100 Subject: [PATCH] Update api.md --- documentation/docs/admin/customize/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/docs/admin/customize/api.md b/documentation/docs/admin/customize/api.md index 34bdc538..af717405 100644 --- a/documentation/docs/admin/customize/api.md +++ b/documentation/docs/admin/customize/api.md @@ -10,6 +10,9 @@ THIS FEATURE IS STILL EXPERIMENTAL AND NOT YET PRODUCTION READY! On *OpenAdmin > API* you can generate a JWT token and then make some API calls for testing to familiarize yourself with the API. + +![openadmin api settings](/img/admin/adminpanel_api_settings.png) + Below each command, you'll find the corresponding curl command, which you can copy and paste onto another server to execute the API call, along with the actual response returned by the API endpoint. At the bottom, there's a section where you can view the API log, which records every request and response made to the API.