소스 검색

Update api.md

Stefan Pejcic 1 년 전
부모
커밋
12f850a8c2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      documentation/docs/admin/customize/api.md

+ 3 - 0
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.