Skip to content

Commit 88f49e7

Browse files
committed
update samples
1 parent 18c181f commit 88f49e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/client/petstore/powershell/docs/PSPetApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ $Configuration = Get-PSPetstoreConfiguration
2929
# Configure OAuth2 access token for authorization: petstore_auth
3030
$Configuration["AccessToken"] = "YOUR_ACCESS_TOKEN";
3131
32+
3233
$Pet = (Initialize-Pet-Id 123 -Category (Initialize-Category-Id 123 -Name "Name_example") -Name "Name_example" -PhotoUrls @("PhotoUrls_example") -Tags @((Initialize-Tag-Id 123 -Name "Name_example")) -Status "Status_example") # Pet | Pet object that needs to be added to the store
3334
3435
# Add a new pet to the store

0 commit comments

Comments
 (0)