We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6c8ed commit dc9a898Copy full SHA for dc9a898
samples/openapi3/client/petstore/python-experimental/petstore_api/api/fake_api.py
@@ -614,6 +614,7 @@ def __get_array_of_enums(
614
615
This method makes a synchronous HTTP request by default. To make an
616
asynchronous HTTP request, please pass async_req=True
617
+
618
>>> thread = api.get_array_of_enums(async_req=True)
619
>>> result = thread.get()
620
0 commit comments