mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 19:10:55 +00:00
1.6 KiB
1.6 KiB
petstore_api.FakeApi
All URIs are relative to *https://petstore.swagger.io */ ' " =end/v2 / ' " =end
Method | HTTP request | Description |
---|---|---|
test_code_inject____end | PUT /fake | To test code injection */ ' " =end |
test_code_inject____end
test_code_inject____end(test_code_inject____end=test_code_inject____end)
To test code injection */ ' " =end
Example
import time
import petstore_api
from petstore_api.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = petstore_api.FakeApi()
test_code_inject____end = 'test_code_inject____end_example' # str | To test code injection */ ' \" =end (optional)
try:
# To test code injection */ ' \" =end
api_instance.test_code_inject____end(test_code_inject____end=test_code_inject____end)
except ApiException as e:
print "Exception when calling FakeApi->test_code_inject____end: %s\n" % e
Parameters
Name | Type | Description | Notes |
---|---|---|---|
test_code_inject____end | str | To test code injection */ ' " =end | [optional] |
Return type
void (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json, */ " =end
- Accept: application/json, */ " =end
[Back to top] [Back to API list] [Back to Model list] [Back to README]