Skip to content

Commit

Permalink
EPMRPP-84886 || No attribute key/value is added to the launch when se…
Browse files Browse the repository at this point in the history
…nding the import request from the API page
  • Loading branch information
APiankouski committed Aug 7, 2023
1 parent 836d4ac commit 39e677a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,13 @@ public DeleteBulkRS deleteLaunches(@PathVariable String projectName, @RequestBod
value = "Override Launch Description"
),
@ApiImplicitParam(
name = "AttributeKey",
name = "attributeKey",
dataType = "string",
paramType = "query",
value = "Add Launch attribute key"
),
@ApiImplicitParam(
name = "AttributeValue",
name = "attributeValue",
dataType = "string",
paramType = "query",
value = "Add Launch attribute value"
Expand Down

0 comments on commit 39e677a

Please sign in to comment.