Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Explained how to get to the tenant-conf.json file

...

  1. Log in to the API Manager's Management Console
  2. Navigate to the Main menu, and click Browse > Resources, which is under the Resources tab.
  3. Select the file: Enter the following path in the Location: text-box and click Go.
    /_system/config/apimgt/applicationdata/tenant-conf.json
    Image RemovedImage Added
  4. In the Contents panel, click the Edit as text link and the tenant-conf.json file opens.
  5. To enable monetization categories for APIs, set the EnableMonetization property to true. By default, it is set to false.
  6. To define if the unlimited tier is paid, set the IsUnlimitedTierPaid property to true. Alternatively, if the unlimited tier is free, set it to false. 
  7. After the edits, click Save Content.

...