Skip to content
Merged
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
7 changes: 6 additions & 1 deletion modules/ROOT/pages/migrate-client-apps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ curl --location --request POST 'https://anypoint.mulesoft.com/exchange/api/v1/or
]
}'
----
. In the command snippet, replace the `orgId` parameter with your organization ID, `apiInstanceId` with the API instance ID, and the content of the body with the appropriate application <<properties,properties>>.
. In the command snippet, replace the `orgId` parameter with your organization ID, `apiInstanceId` with the API instance ID, and the content of the body with the appropriate application <<properties,properties>>.
+
[IMPORTANT]
====
The API instance ID must be configured to use the external client provider before running this command. If you need to change the client provider on an existing API instance, delete all existing contracts for that instance first.
====
. Run this command at the command prompt.

[[properties]]
Expand Down