Update project notifications configuration
PUT/v1/project/:projectName/notification
Update project notifications configuration
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
updateProjectNotificationConfigRQ
Array [
Array [
]
]
cases
object[]
attributes
object[]
key string
value string
attributesOperator string
Possible values: [AND
, OR
]
enabled boolean
launchNames string[]
recipients string[]
sendCase string
Possible values: [ALWAYS
, FAILED
, MORE_10
, MORE_20
, MORE_50
]
enabled boolean
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...