mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Added revision date to folder and site responses
This commit is contained in:
@ -15,9 +15,11 @@ namespace Bit.Api.Models
|
||||
|
||||
Id = folder.Id;
|
||||
Name = folder.Name;
|
||||
RevisionDate = folder.RevisionDate;
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user