Skip to content

Commit

Permalink
Updates sample generated content
Browse files Browse the repository at this point in the history
Generates samples to match with code introduced in #2934.
  • Loading branch information
jimschubert committed Jun 2, 2019
1 parent 7916f2f commit 05bc18e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ namespace Example

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**List<User>**](List.md)| List of user object |
**body** | [**List<User>**](User.md)| List of user object |

### Return type

Expand Down Expand Up @@ -173,7 +173,7 @@ namespace Example

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**body** | [**List<User>**](List.md)| List of user object |
**body** | [**List<User>**](User.md)| List of user object |

### Return type

Expand Down

0 comments on commit 05bc18e

Please sign in to comment.