diff --git a/modules/ROOT/pages/about-platform-apis.adoc b/modules/ROOT/pages/about-platform-apis.adoc index 020d72d8..96ae6e6a 100644 --- a/modules/ROOT/pages/about-platform-apis.adoc +++ b/modules/ROOT/pages/about-platform-apis.adoc @@ -14,7 +14,7 @@ The Maven facade also enables you to publish federated assets. Exchange APIs: -* https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[Exchange API] +* https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[Exchange API] * https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-maven-facade-api-http/[Exchange Maven Facade API] * https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-graph-http/[Exchange Graph API] @@ -27,6 +27,6 @@ Topics: == See Also -* https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/[Anypoint Platform APIs - Developer Portal] +* https://dev-portal.mulesoft.com/index.html[Anypoint Platform APIs - Developer Portal] * xref:about-api-use.adoc[] * xref:to-configure-api-settings.adoc[] diff --git a/modules/ROOT/pages/exchange-api.adoc b/modules/ROOT/pages/exchange-api.adoc index cf8afa35..094863c8 100644 --- a/modules/ROOT/pages/exchange-api.adoc +++ b/modules/ROOT/pages/exchange-api.adoc @@ -4,7 +4,7 @@ include::_attributes.adoc[] endif::[] :imagesdir: ../assets/images/ -With the Exchange API, you can publish and consume assets, add documentation pages, add or edit categories, and even manage your public portals. This page shows several examples using the Exchange API, and the complete API documentation is at the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[API documentation portal]. +With the Exchange API, you can publish and consume assets, add documentation pages, add or edit categories, and even manage your public portals. This page shows several examples using the Exchange API, and the complete API documentation is at the https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[API documentation portal]. The API supports all Exchange asset types, for example: @@ -507,7 +507,7 @@ curl https://anypoint.mulesoft.com/exchange/api/v2/assets/:groupId/:assetId/vers == See Also * https://eu1.anypoint.mulesoft.com/exchange/[EU Exchange] -* https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[Exchange API] +* https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[Exchange API] diff --git a/modules/ROOT/pages/exchange2-faq.adoc b/modules/ROOT/pages/exchange2-faq.adoc index 5931cc74..36c5bd8f 100644 --- a/modules/ROOT/pages/exchange2-faq.adoc +++ b/modules/ROOT/pages/exchange2-faq.adoc @@ -22,7 +22,7 @@ Users can delete a draft, which discards all changes made in the draft. == Where is the latest version of the Developer Portal? -The MuleSoft Developer Portal is at https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/. +The MuleSoft Developer Portal is at https://dev-portal.mulesoft.com/index.html. == How do I create an API Portal? @@ -70,11 +70,11 @@ https://maven.anypoint.mulesoft.com/api/v1/organizations/:organizationId/maven/: == Can I integrate publication of assets to Exchange as part of a CI and CD pipeline? -You can use the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[Exchange Experience API] to detect the difference if it exists so you don't republish to Exchange when there is no change. +You can use the https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[Exchange Experience API] to detect the difference if it exists so you don't republish to Exchange when there is no change. == Is there an API to download RAML files from Exchange? -You can use the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-graph-http/[Graph API (preferred)], or the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[Exchange Experience API]. +You can use the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-graph-http/[Graph API (preferred)], or the https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[Exchange Experience API]. == How do I change an API's owner? diff --git a/modules/ROOT/pages/to-create-an-asset.adoc b/modules/ROOT/pages/to-create-an-asset.adoc index f6a455dd..a0faa1ae 100644 --- a/modules/ROOT/pages/to-create-an-asset.adoc +++ b/modules/ROOT/pages/to-create-an-asset.adoc @@ -14,7 +14,7 @@ The method for creating an asset depends on its type. Once the asset type is def * For a connector, policy, example, or template, see xref:to-publish-assets-maven.adoc[Publish and Deploy Exchange Assets Using Maven]. * You can also create REST APIs and API spec fragments using Anypoint Code Builder or Design Center and publish them to Exchange. + -Another way to publish these types of assets is using the https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/exchange-experience-api/[Exchange Experience API]. +Another way to publish these types of assets is using the https://dev-portal.mulesoft.com/apis/exchange-experience.html#overview[Exchange Experience API]. * RAML and OAS API specifications can be uploaded to Exchange with the xref:runtime-manager::anypoint-platform-cli.adoc[Anypoint Platform Command Line Interface (CLI)]. + For example: `exchange asset upload --classifier raml --apiVersion v1 --name HelloWorld --mainFile helloworld.raml helloworld/1.0.0 /Users/nmouso/Downloads/helloworld.raml.zip` diff --git a/modules/ROOT/pages/to-search-with-graph-api.adoc b/modules/ROOT/pages/to-search-with-graph-api.adoc index 90743c12..ada50f98 100644 --- a/modules/ROOT/pages/to-search-with-graph-api.adoc +++ b/modules/ROOT/pages/to-search-with-graph-api.adoc @@ -41,7 +41,7 @@ Use this access token in your API calls. Your organization administrator sets the expiration time for access tokens to a value from 15 to 180 minutes. If you perform a search or other operation that requires more time, you must request an additional token. -See also https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/access-management-api/minor/1.0/[Access Management API Authentication]. +See also https://dev-portal.mulesoft.com/apis/access-management.html[Access Management API Authentication]. To use connected application authentication: