You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/src/DataTransferObject/ContestProblemPut.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ public function __construct(
12
12
publicreadonlystring$label,
13
13
#[OA\Property(description: 'Human readable color of the problem to add. Will be overwritten by `rgb` if supplied', nullable: true)]
14
14
publicreadonly ?string$color,
15
-
#[OA\Property(description: 'Hexadecimal RGB value of the color of the problem to add. Will be used if both `color` and `rgb` are supplied', nullable: true)]
15
+
#[OA\Property(description: 'Hexadecimal RGB value of the color of the problem to add. Overrules `color` if supplied', nullable: true)]
16
16
publicreadonly ?string$rgb,
17
17
#[OA\Property(description: 'The number of points for the problem to add. Defaults to 1')]
0 commit comments