Smart Filter Encoding Fix (#2387)
This commit is contained in:
parent
b6d4938e22
commit
9894a2623c
133 changed files with 677 additions and 471 deletions
9
API/DTOs/Filtering/v2/DecodeFilterDto.cs
Normal file
9
API/DTOs/Filtering/v2/DecodeFilterDto.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace API.DTOs.Filtering.v2;
|
||||
|
||||
/// <summary>
|
||||
/// For requesting an encoded filter to be decoded
|
||||
/// </summary>
|
||||
public class DecodeFilterDto
|
||||
{
|
||||
public string EncodedFilter { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue