From fa1a8d281e44808f24aacd89ddbb15324e19a44f Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:46:35 +0000 Subject: [PATCH] Update app api doc --- docs/app_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app_api.md b/docs/app_api.md index d858a9618..f7fef7c62 100644 --- a/docs/app_api.md +++ b/docs/app_api.md @@ -12,4 +12,4 @@ In order to use the app as an API, you will need to configure requests to the AP - `Content-Type = application/json` - `Action = application/json` N.B. If you use `*/*` instead, the request won't be recognised as an API request` -Currently only the logs controller is configured to accept and authenticate API requests, when the above API environment variables are set. The API has not been maintained for a long time and may not work as expected. +Currently, only the Logs Controller is configured to accept and authenticate API requests, provided that the specified API environment variables are set. Please note that the API has not been actively maintained for an extended period and may not function as expected. Additionally, the required environment variables are not configured on any of the environments deployed on AWS, rendering API requests to those environments non-functional. \ No newline at end of file