Skip to content

Commit

Permalink
EPMRPP-89805 || Update merge launches documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau committed Apr 29, 2024
1 parent d99e842 commit f6199e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.epam.ta.reportportal.ws.reporting;


import static com.epam.ta.reportportal.ws.reporting.ValidationConstraints.MAX_PARAMETERS_LENGTH;

import com.epam.ta.reportportal.ws.annotations.NotBlankWithSize;
Expand Down Expand Up @@ -66,7 +65,7 @@ public class MergeLaunchesRQ {

@NotEmpty
@JsonProperty(value = "launches", required = true)
@Schema(requiredMode = RequiredMode.REQUIRED)
@Schema(description = "A set of IDs of the launches to be merged.", requiredMode = RequiredMode.REQUIRED)
private Set<Long> launches;

@JsonProperty(value = "endTime")
Expand Down

0 comments on commit f6199e4

Please sign in to comment.