docs(dir): 📄🐛 fix Description examples on create list endpoint

This commit is contained in:
Collin M. Barrett 2021-11-27 16:25:27 -06:00
parent efb28218d2
commit c356d34a56

View file

@ -25,11 +25,7 @@ public record Command : IRequest<Response>
/// <summary>
/// The brief description in English (preferably quoted from the project).
/// </summary>
/// <example>
/// EasyList is the primary filter list that removes most adverts from international web pages, including unwanted
/// frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a
/// dozen combination and supplementary filter lists.
/// </example>
/// <example>EasyList is the primary filter list that removes most adverts from international web pages, including unwanted frames, images, and objects. It is the most popular list used by many ad blockers and forms the basis of over a dozen combination and supplementary filter lists.</example>
public string? Description { get; init; }
/// <summary>