1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

collection update model

This commit is contained in:
Kyle Spearrin
2019-03-07 09:34:20 -05:00
parent 62503068c6
commit 14ee85eea2
2 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using Bit.Core.Models.Table;
namespace Bit.Core.Models.Api.Public
{
public class CollectionCreateUpdateRequestModel : GroupBaseModel
public class CollectionUpdateRequestModel
{
/// <summary>
/// The associated groups that this collection is assigned to.