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
For the Central endpoints tools/{toolsIdPath} and tools/{toolsIdPath}/{version}, when the tooldIdPath does not exist the error message is not appropriate.
{
"message": "unexpected error occured while searching for org name of tool id: edi"
}
It should be updated to denote that the tool does not exist.
Steps to reproduce:
Send a GET request to the endpoint https://api.dev-central.ballerina.io/2.0/registry/tools/nonexistant.
The text was updated successfully, but these errors were encountered: