Force finish launch for specified project
PUT/v1/:projectName/launch/:launchId/stop
Force finish launch for specified project
Request
Path Parameters
launchId int64required
launchId
projectName stringrequired
projectName
- application/json
Body
required
finishExecutionRQ
Array [
]
attributes
object[]
key string
system boolean
value string
description string
endTime date-timerequired
status string
Possible values: [PASSED
, FAILED
, STOPPED
, SKIPPED
, INTERRUPTED
, CANCELLED
, INFO
, WARN
]
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...