Skip to content

Commit

Permalink
Updates sample generated content (#3068)
Browse files Browse the repository at this point in the history
Generates samples to match with code introduced in #2934.
  • Loading branch information
jimschubert authored Jun 2, 2019
1 parent 7916f2f commit 740325f
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 740325f

Please # to comment.