Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Documentation
==============

Online product documentation is available at:
https://apim.docs.wso2.com/en/4.3.0/
https://apim.docs.wso2.com/en/4.6.0/

Support
==================================
Expand Down
2 changes: 1 addition & 1 deletion all-in-one-apim/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Documentation
==============

Online product documentation is available at:
https://apim.docs.wso2.com/en/4.3.0/
https://apim.docs.wso2.com/en/4.6.0/

Support
==================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,27 @@
"permissions" : "/permission/admin/manage/identity/applicationmgt/create",
"scopes" : "internal_application_mgt_create"
},
{
"context" : "(.*)/keymanager-operations/dcr/register(.*)",
"secure" : true,
"http_method" : "GET",
"permissions" : "/permission/admin/manage/identity/applicationmgt/view",
"scopes" : "internal_application_mgt_view"
},
{
"context" : "(.*)/keymanager-operations/dcr/register(.*)",
"secure" : true,
"http_method" : "PUT",
"permissions" : "/permission/admin/manage/identity/applicationmgt/update",
"scopes" : "internal_application_mgt_update"
},
{
"context" : "(.*)/keymanager-operations/dcr/register(.*)",
"secure" : true,
"http_method" : "DELETE",
"permissions" : "/permission/admin/manage/identity/applicationmgt/delete",
"scopes" : "internal_application_mgt_delete"
},
{
"context" : "(.*)/keymanager-operations/revoke-one-time-token",
"secure" : true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>org.wso2.carbon.am.integration.test</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.6.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<product xmlns="http://products.wso2.org/carbon">
<properties>
<property name="userforum">https://wso2.com/community</property>
<property name="userguide">https://apim.docs.wso2.com/en/4.4.0/</property>
<property name="userguide">https://apim.docs.wso2.com/en/4.6.0/</property>
<property name="issuetracker">https://github.com/wso2/api-manager/issues</property>
<property name="collapsedmenus">region1_configure_menu,region3_registry_menu,region4_monitor_menu,region5_tools_menu</property>
<property name="webAdminConsoleTitle">WSO2 API Manager</property>
Expand Down
Loading