From e642ff62c853486fa74a1a45748f9a4b041a1aca Mon Sep 17 00:00:00 2001 From: sravankumar985 Date: Fri, 14 Mar 2025 14:11:36 +0000 Subject: [PATCH] doc: Add new API error --- doc/content/api/concepts/troubleshooting/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/api/concepts/troubleshooting/_index.md b/doc/content/api/concepts/troubleshooting/_index.md index c4f803ae49..c739c8df49 100644 --- a/doc/content/api/concepts/troubleshooting/_index.md +++ b/doc/content/api/concepts/troubleshooting/_index.md @@ -24,7 +24,7 @@ Unlike other server components, the Identity Server component of {{% tts %}} is This error indicates that the client HTTP protocol version is old, so the server refuses to perform the request and requires a client update to HTTP 1.1 version or higher. -###### "no_application_rights" or "no_user_rights" error +###### "no_application_rights" or "no_user_rights" or "neither_user_nor_organization" error The API key you are using doesn't have sufficient rights to perform the desired API request. It might also be caused by a missing `Bearer` keyword in the `Authorization` header used in the API call.