Skip to content

Commit

Permalink
Merge pull request wso2#8736 from PasanT9/try-out-400
Browse files Browse the repository at this point in the history
[4.0.0] Note about limits of swagger try out
  • Loading branch information
ashera96 authored Nov 8, 2024
2 parents fc383d2 + 47a7be6 commit b9a2a28
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ Note the successful response for the API invocation.
[![API response]({{base_path}}/assets/img/learn/api-response.png)]({{base_path}}/assets/img/learn/api-response.png)

You have now successfully invoked an API using the Open API Console

!!! Note
When using the Swagger UI's tryout feature to send large payloads, there's a risk that the interface may hang or not function properly. This is because the Swagger client isn't designed as a production-ready tool for handling substantial requests. For testing large payloads, it's advisable to use alternatives like Curl, or other custom clients. The Swagger tryout is intended mainly for simple testing workloads.

## Get a test key to invoke an API

Expand Down

0 comments on commit b9a2a28

Please sign in to comment.