You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you input an invalid API key ctxR will respond with:
" Please input an API_key!"
Ideally it would respond with one or both of the following messages from the header.
{
"title": "API Key Not Found",
"detail": "Please contact API admin for requesting a valid API key. Key xxxxxxxxxx not found."
}
The only time ctxR should return " Please input an API_key!" is when the user has not specified an api key at all.
The text was updated successfully, but these errors were encountered:
If you input an invalid API key ctxR will respond with:
" Please input an API_key!"
Ideally it would respond with one or both of the following messages from the header.
{
"title": "API Key Not Found",
"detail": "Please contact API admin for requesting a valid API key. Key xxxxxxxxxx not found."
}
The only time ctxR should return " Please input an API_key!" is when the user has not specified an api key at all.
The text was updated successfully, but these errors were encountered: