All URIs are relative to http://localhost/v2
| Method | HTTP request | Description |
|---|---|---|
| call123testSpecialTags | PATCH /another-fake/dummy | To test special tags |
open class func call123testSpecialTags( body: Client) -> Promise<Client>To test special tags
To test special tags and operation ID starting with number
// The following code samples are still beta. For any issue, please report via http://github.com/OpenAPITools/openapi-generator/issues/new
import PetstoreClient
let body = Client(client: "client_example") // Client | client model
// To test special tags
AnotherFakeAPI.call123testSpecialTags(body: body).then {
// when the promise is fulfilled
}.always {
// regardless of whether the promise is fulfilled, or rejected
}.catch { errorType in
// when the promise is rejected
}| Name | Type | Description | Notes |
|---|---|---|---|
| body | Client | client model |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]