diff --git a/apps/did-manager/src/dids/dto/register-from-seed.dto.ts b/apps/did-manager/src/dids/dto/register-from-seed.dto.ts index 6b06678b68b4af95ab033f660b2f19c5f8547a2a..2c602626a1b5fc69269eefbf5b3eabc5e835d1a2 100644 --- a/apps/did-manager/src/dids/dto/register-from-seed.dto.ts +++ b/apps/did-manager/src/dids/dto/register-from-seed.dto.ts @@ -1,5 +1,5 @@ import { ApiProperty } from '@nestjs/swagger'; -import { IsString, IsArray } from 'class-validator'; +import { IsString, IsArray, IsOptional } from 'class-validator'; export class RegisterFromSeedPayload { @IsString() @@ -10,6 +10,7 @@ export class RegisterFromSeedPayload { public seed: string; @IsArray() + @IsOptional() @ApiProperty({ description: 'Services to associate with DID', example: [