mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
AC Team code ownership moves - Api project (#3351)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Bit.Api.Auth.Models.Request.Accounts;
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Api.AdminConsole.Models.Request.Organizations;
|
||||
|
||||
public class OrganizationApiKeyRequestModel : SecretVerificationRequestModel
|
||||
{
|
||||
public OrganizationApiKeyType Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user