diff --git a/EnvelopeGenerator.Application/DTOs/ConfigDto.cs b/EnvelopeGenerator.Application/DTOs/ConfigDto.cs
index 00ffb8dd..0745a55a 100644
--- a/EnvelopeGenerator.Application/DTOs/ConfigDto.cs
+++ b/EnvelopeGenerator.Application/DTOs/ConfigDto.cs
@@ -8,11 +8,6 @@ namespace EnvelopeGenerator.Application.DTOs;
[ApiExplorerSettings(IgnoreApi = true)]
public class ConfigDto
{
- ///
- /// Gets or sets the path to the document.
- ///
- public string? DocumentPath { get; set; }
-
///
/// Gets or sets the sending profile identifier.
///
@@ -21,7 +16,7 @@ public class ConfigDto
///
/// Gets or sets the signature host URL or name.
///
- public string? SignatureHost { get; set; }
+ public required string SignatureHost { get; set; }
///
/// Gets or sets the name of the external program.