Skip to content

Commit bc6bfe5

Browse files
committed
Add note on request model
1 parent dab563e commit bc6bfe5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Api/KeyManagement/Models/Requests/WrappedAccountCryptographicStateRequestModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace Bit.Api.KeyManagement.Models.Requests;
55

6+
// This request model is meant to be used when the user will be submitting a v2 encryption WrappedAccountCryptographicState payload.
67
public class WrappedAccountCryptographicStateRequestModel
78
{
89
public required PublicKeyEncryptionKeyPairRequestModel PublicKeyEncryptionKeyPair { get; set; }

0 commit comments

Comments
 (0)