wso2 / docs-apim

Apache License 2.0
70 stars 395 forks source link

Documentation Gap on Add Custom Attributes to Applications for APIM 4.2.0 with Tenant-specific Configuration #6451

Closed piyumaldk closed 1 year ago

piyumaldk commented 1 year ago

Description: In the 4.2.0 documentation, this path has given but this is not available in 4.2.0 Management Console.

Solution Instead doing step 3 and 4, we should add below configuration to the Advanced Configurations of the Admin Dashboard (After logged in as the right tenant).

Example for configuration

"ApplicationConfigs": {
   "Attributes" : [
       {
           "Attribute" : "External Reference Number",
           "Required" : true,
           "Description" : "Sample description"
       },
       {
           "Attribute" : "Tenant Billing tier"
       }
   ]
}

We can found Advanced Configurations under the Advanced menu of the Admin Dashboard [/admin/settings/advanced]. After saving the config, you can see the newly added attributes will be shown in the DevPortal for the respective tenant.

chamilaadhi commented 1 year ago

Fixed in https://github.com/wso2/docs-apim/pull/6792