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
12 changes: 12 additions & 0 deletions modules/ROOT/pages/_partials/task-add-api-instance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ Upload either a RAML or OAS file for your REST API. Versions 2.0.0 and later are
** **SOAP API:** Select this option if you have a WSDL API definition file or an external link to the file.
+
Upload a WSDL file for your SOAP API or add the link to the file.
** **GraphQL API:** Select this option if you have a GraphQL schema definition file you want to include for your asset.
+
Upload the GraphQL schema definition for your GraphQL API.
** **WebSocket API (AsyncAPI):** Select this option if you have a WebSocket API definition file you want to include for your asset.
+
Upload an AsyncAPI YAML or JSON file for your WebSocket API.

.. Update the *Asset type*, *API version*, and *Asset version* if you are not using the latest version.
+
Expand All @@ -158,6 +164,12 @@ Upload either a RAML or OAS file for your REST API. Versions 2.0.0 and later are
** **SOAP API:** Select this option if you have a WSDL API definition file or an external link to the file.
+
Upload a WSDL file for your SOAP API or add the link to the file.
** **GraphQL API:** Select this option if you have a GraphQL schema definition file you want to include for your asset.
+
Upload the GraphQL schema definition for your GraphQL API.
** **WebSocket API (AsyncAPI):** Select this option if you have a WebSocket API definition file you want to include for your asset.
+
Upload an AsyncAPI YAML or JSON file for your WebSocket API.

.. Update the *Asset type*, *API version*, and *Asset version* if you are not using the latest version.
+
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/getting-started-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can manage your instance using the following steps:

. xref:exchange::to-create-an-asset.adoc#create-an-api-asset[Create an API asset in Exchange]
+
You can create a REST, HTTP, SOAP, or gRPC API asset in Exchange and manage it as an API instance
You can create a REST, HTTP, SOAP, gRPC, GraphQL, or AsyncAPI (WebSocket) API asset in Exchange and manage it as an API instance
in API Manager.
. xref:create-instance-task.adoc[Add an API Instance in API Manager]
+
Expand Down