This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hi, I created objects, published app and imported data via CSV. On the Publish page, I downloaded the documentation that had a Swagger JSON File my Objects. I was able to create a new service, using the OpenAPI (Swagger) adaptor and created a GET Operation. All seemed to be good until I tried to Fetch Response in the Response Output. It returns the following output result. I just wanted to create a simple authentication for am Authenticated APP User. How do I do that? Thank you
{
“errmsg”: “{"errcode":17005,"appId":"OnBoardContent","opstatus":17005,"errmsg":"Not authorized"}\n”,
“opstatus”: 20013,
“httpStatusCode”: 500
}