mirror of
https://github.com/bitwarden/server
synced 2025-12-19 09:43:25 +00: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