Open chathuranga95 opened 4 years ago
Currently,GET
of /api/am/admin/v0.16/api-categories
returns with following response.
{
"count": 1,
"list": [
{
"id": "01234567-0123-0123-0123-012345678901",
"name": "Finance",
"description": "Finance related APIs"
}
]
}
Need a new API or modification to the above API with following response:
{
"count": 1,
"list": [
{
"id": "01234567-0123-0123-0123-012345678901",
"name": "Finance",
"description": "Finance related APIs",
"numberOfAPIs": "1"
}
]
}
Scenario: When transferring ownership of an application to a user, that user should hold the role Internal/subscriber
. (Reference)
A new API is needed for this type of scenario validation.
A subscription policy will have two optional fields as following to support GraphQL query analysis.
IsEnableAnalytics
property on the admin settings API.@tgtshanika @kavishkafernando Shall we unpin this issue now?
+1 seems like majority of issues are fixed.
Description:
This is to keep track of the issues and new features/improvements regarding the Admin Portal revamping to REST+React app. Let's add a comment to this issue with the details of the changes/improvements to be done.