AppBuilder: When adding REST-api the endpoints are disabled and not selectable
New DiscussionHi
For a simple test project i created a REST-api with only some endpoints. But when adding this REST-api into AppBuilder the endpoints “Employees” are visible but not selectable – they are grey and looks disabled:

swagger-definition:
{
"openapi": "3.0.1",
"info": {
"title": "FullStack.API",
"version": "1.0"
},
"paths": {
"/api/Employees": {
"get": {
"tags": [
"Employees"
],
"responses": {
"200": {
"description": "Success"
}
}
}
}
}
}
Any idea whats going wrong here?
Thanks for any support.
br, Robert
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
10 Created On
Aug 04, 2023 Last Post
2 years, 6 months ago 






