forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
	
		
			1.5 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.5 KiB
		
	
	
	
	
	
	
	
PSPetstore.PSPetstore\Api.PSAnotherFakeApi
All URIs are relative to http://petstore.swagger.io:80/v2
| Method | HTTP request | Description | 
|---|---|---|
| Invoke-PS123TestSpecialTags | PATCH /another-fake/dummy | To test special tags | 
Invoke-PS123TestSpecialTags
Client Invoke-PS123TestSpecialTags
[-Client]
To test special tags
To test special tags and operation ID starting with number
Example
$Client = Initialize-Client -Client "MyClient" # Client | client model
# To test special tags
try {
    $Result = Invoke-PS123TestSpecialTags -Client $Client
} catch {
    Write-Host ("Exception occurred when calling Invoke-PS123TestSpecialTags: {0}" -f ($_.ErrorDetails | ConvertFrom-Json))
    Write-Host ("Response headers: {0}" -f ($_.Exception.Response.Headers | ConvertTo-Json))
}
Parameters
| Name | Type | Description | Notes | 
|---|---|---|---|
| Client | Client | client model | 
Return type
Client (PSCustomObject)
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json
 - Accept: application/json
 
[Back to top] [Back to API list] [Back to Model list] [Back to README]