Merge set of specified launches in common one
POST/v2/:projectName/launch/merge
Merge set of specified launches in common one
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
Merge launches request body
Array [
]
attributes
object[]
key string
value string
description string
endTime date-time
extendSuitesDescription booleanrequired
launches int64[]required
mergeType string
Possible values: [BASIC
, DEEP
]
mode string
Possible values: [DEFAULT
, DEBUG
]
name stringrequired
startTime date-time
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
analysing string[]
approximateDuration double
attributes
object[]
key string
value string
description string
endTime date-time
hasRetries boolean
id int64required
lastModified date-time
metadata
object
mode string
Possible values: [DEFAULT
, DEBUG
]
name stringrequired
number int64required
owner string
rerun boolean
startTime date-timerequired
statistics
object
defects
object
property name*
object
property name* int32
executions
object
property name* int32
status stringrequired
uuid stringrequired
{
"analysing": [
"string"
],
"approximateDuration": 0,
"attributes": [
{
"key": "string",
"value": "string"
}
],
"description": "string",
"endTime": "2024-10-07T13:47:26.565Z",
"hasRetries": true,
"id": 0,
"lastModified": "2024-10-07T13:47:26.565Z",
"metadata": {},
"mode": "DEFAULT",
"name": "string",
"number": 0,
"owner": "string",
"rerun": true,
"startTime": "2024-10-07T13:47:26.565Z",
"statistics": {
"defects": {},
"executions": {}
},
"status": "string",
"uuid": "string"
}
Loading...