All URIs are relative to http://petstore.swagger.io:80/v2
| Method | HTTP request | Description |
|---|---|---|
| call_123_test_special_tags | PATCH /another-fake/dummy | To test special tags |
call_123_test_special_tags(client)
To test special tags
To test special tags and operation ID starting with number
require 'time'
require 'petstore'
api_instance = Petstore::AnotherFakeApi.new
client = Petstore::Client.new # Client | client model
begin
# To test special tags
result = api_instance.call_123_test_special_tags(client)
p result
rescue Petstore::ApiError => e
puts "Error when calling AnotherFakeApi->call_123_test_special_tags: #{e}"
endThis returns an Array which contains the response data, status code and headers.
<Array(, Integer, Hash)> call_123_test_special_tags_with_http_info(client)
begin
# To test special tags
data, status_code, headers = api_instance.call_123_test_special_tags_with_http_info(client)
p status_code # => 2xx
p headers # => { ... }
p data # => <Client>
rescue Petstore::ApiError => e
puts "Error when calling AnotherFakeApi->call_123_test_special_tags_with_http_info: #{e}"
end| Name | Type | Description | Notes |
|---|---|---|---|
| client | Client | client model |
No authorization required
- Content-Type: application/json
- Accept: application/json