chore: new feature

This commit is contained in:
mahyargdz
2025-07-21 10:22:58 +03:30
parent a5d28b7f26
commit abfdd1b9e7
5 changed files with 35 additions and 2 deletions
@@ -11,7 +11,7 @@ export class CreateDomainAccessDto {
domain: string;
@ApiPropertyOptional({
description: "Optional description for this domain entry",
description: "Optional description for this domain entry. Note: May not be supported for all operations (e.g., allowlist operations)",
example: "Trusted business partner domain",
})
@IsOptional()