Skip to content
Open
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
4 changes: 2 additions & 2 deletions modules/ROOT/pages/about-platform-apis.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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[]
4 changes: 2 additions & 2 deletions modules/ROOT/pages/exchange-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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]



Expand Down
6 changes: 3 additions & 3 deletions modules/ROOT/pages/exchange2-faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/to-create-an-asset.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/to-search-with-graph-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down