This commit is contained in:
Vashchuk Nikita 2023-01-23 18:15:46 +05:00
parent 1c32151a77
commit de94226794

View File

@ -28,6 +28,7 @@ namespace ASC.Web.Api.ApiModels.ResponseDto;
public class WebhooksConfigDto : IMapFrom<WebhooksConfig>
{
public int Id { get; set; }
public string Uri { get; set; }
public string SecretKey { get; set; }
public bool Enabled { get; set; }