# SwaggerPetstore.AnotherFakeApi All URIs are relative to *http://petstore.swagger.io:80/v2* Method | HTTP request | Description ------------- | ------------- | ------------- [**testSpecialTags**](AnotherFakeApi.md#testSpecialTags) | **PATCH** /another-fake/dummy | To test special tags # **testSpecialTags** > Client testSpecialTags(body) To test special tags To test special tags ### Example ```javascript import SwaggerPetstore from 'swagger_petstore'; let apiInstance = new SwaggerPetstore.AnotherFakeApi(); let body = new SwaggerPetstore.Client(); // Client | client model apiInstance.testSpecialTags(body).then((data) => { console.log('API called successfully. Returned data: ' + data); }, (error) => { console.error(error); }); ``` ### Parameters Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **body** | [**Client**](Client.md)| client model | ### Return type [**Client**](Client.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: application/json - **Accept**: application/json