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:
@ -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.
|
Reference in New Issue
Block a user