mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 05:30:51 +00:00
* Added the httpsigning code snippet for api doc * Updated the sample * update samples Co-authored-by: William Cheng <wing328hk@gmail.com>
631 B
631 B
InlineObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | Updated name of the pet | [optional] |
Status | String | Updated status of the pet | [optional] |
Examples
- Prepare the resource
$InlineObject = Initialize-PSPetstoreInlineObject -Name null `
-Status null
- Convert the resource to JSON
$InlineObject | ConvertTo-JSON