260321:1700 Correct Coresspondence / Doing RFA
This commit is contained in:
@@ -12,6 +12,15 @@ export class CreateTagDto {
|
||||
@IsOptional()
|
||||
description?: string;
|
||||
|
||||
@ApiProperty({
|
||||
example: 'red',
|
||||
description: 'รหัสสี หรือชื่อคลาสสำหรับ UI',
|
||||
required: false,
|
||||
})
|
||||
@IsString()
|
||||
@IsOptional()
|
||||
color_code?: string;
|
||||
|
||||
@ApiProperty({
|
||||
example: 1,
|
||||
description: 'Project ID or UUID',
|
||||
|
||||
Reference in New Issue
Block a user