chore(server): make owner as required response for AlbumResponseDto (#1579)

This commit is contained in:
Alex
2023-02-07 15:11:14 -06:00
committed by Skyler Mäntysaari
parent 1005dc1cb0
commit 176f564c13
8 changed files with 41 additions and 31 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
**shared** | **bool** | |
**sharedUsers** | [**List<UserResponseDto>**](UserResponseDto.md) | | [default to const []]
**assets** | [**List<AssetResponseDto>**](AssetResponseDto.md) | | [default to const []]
**owner** | [**UserResponseDto**](UserResponseDto.md) | | [optional]
**owner** | [**UserResponseDto**](UserResponseDto.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)