Skip to content

Commit 5a97cf0

Browse files
committed
update to latest master
1 parent d5478af commit 5a97cf0

319 files changed

Lines changed: 1694 additions & 1246 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

samples/client/echo_api/csharp/restsharp/net8/EchoApi/docs/Tag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Id** | **long** | | [optional]
8-
**Name** | **string** | | [optional]
7+
**Id** | **long?** | | [optional]
8+
**Name** | **string?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/ActivityOutputElementRepresentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Prop1** | **string** | | [optional]
8-
**Prop2** | **Object** | | [optional]
7+
**Prop1** | **string?** | | [optional]
8+
**Prop2** | **Object?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/AdditionalPropertiesClass.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**MapProperty** | **Dictionary<string, string>** | | [optional]
88
**MapOfMapProperty** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
9-
**Anytype1** | **Object** | | [optional]
10-
**MapWithUndeclaredPropertiesAnytype1** | **Object** | | [optional]
11-
**MapWithUndeclaredPropertiesAnytype2** | **Object** | | [optional]
9+
**Anytype1** | **Object?** | | [optional]
10+
**MapWithUndeclaredPropertiesAnytype1** | **Object?** | | [optional]
11+
**MapWithUndeclaredPropertiesAnytype2** | **Object?** | | [optional]
1212
**MapWithUndeclaredPropertiesAnytype3** | **Dictionary<string, Object>** | | [optional]
13-
**EmptyMap** | **Object** | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional]
13+
**EmptyMap** | **Object?** | an object with no declared properties and no undeclared properties, hence it's an empty map. | [optional]
1414
**MapWithUndeclaredPropertiesString** | **Dictionary<string, string>** | | [optional]
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/ApiResponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Code** | **int** | | [optional]
8-
**Type** | **string** | | [optional]
9-
**Message** | **string** | | [optional]
7+
**Code** | **int?** | | [optional]
8+
**Type** | **string?** | | [optional]
9+
**Message** | **string?** | | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Apple.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Cultivar** | **string** | | [optional]
8-
**Origin** | **string** | | [optional]
9-
**ColorCode** | **string** | | [optional]
7+
**Cultivar** | **string?** | | [optional]
8+
**Origin** | **string?** | | [optional]
9+
**ColorCode** | **string?** | | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/AppleReq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Cultivar** | **string** | |
8-
**Mealy** | **bool** | | [optional]
8+
**Mealy** | **bool?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Banana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**LengthCm** | **decimal** | | [optional]
7+
**LengthCm** | **decimal?** | | [optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/BananaReq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**LengthCm** | **decimal** | |
8-
**Sweet** | **bool** | | [optional]
8+
**Sweet** | **bool?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Capitalization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**SmallCamel** | **string** | | [optional]
8-
**CapitalCamel** | **string** | | [optional]
9-
**SmallSnake** | **string** | | [optional]
10-
**CapitalSnake** | **string** | | [optional]
11-
**SCAETHFlowPoints** | **string** | | [optional]
12-
**ATT_NAME** | **string** | Name of the pet | [optional]
7+
**SmallCamel** | **string?** | | [optional]
8+
**CapitalCamel** | **string?** | | [optional]
9+
**SmallSnake** | **string?** | | [optional]
10+
**CapitalSnake** | **string?** | | [optional]
11+
**SCAETHFlowPoints** | **string?** | | [optional]
12+
**ATT_NAME** | **string?** | Name of the pet | [optional]
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1515

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Cat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**ClassName** | **string** | |
88
**Color** | **string** | | [optional] [default to "red"]
9-
**Declawed** | **bool** | | [optional]
9+
**Declawed** | **bool?** | | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

0 commit comments

Comments
 (0)