Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.32 KB

File metadata and controls

27 lines (20 loc) · 1.32 KB

Managing API Instance Versions

After you publish new version details for an API definition to Exchange, you must update the Asset version of your deployed API instances in API Manager to reflect the changes.

The API Asset version can only be upgraded or downgraded within the same major version (minor and patch versions). If you need to upgrade to a different major version, you must create a new API Instance.

For more information about versions in Exchange, see exchange::asset-versions.adoc.

To change the asset version of an API instance:

  1. Navigate to Anypoint Platform > API Manager.

  2. In API Administration, click the name of the API instance for which you want to change the version.

  3. Select Actions > Change API specification.

  4. In Asset version, select your desired version.

  5. Click Change.

See Also