Updates notification for specified project
PUT/v1/:projectName/settings/notification
Only for users with PROJECT_MANAGER or ADMIN roles
Request
Path Parameters
projectName stringrequired
projectName
- application/json
Body
required
updateNotificationRQ
Array [
]
attributes
object[]
key string
value string
attributesOperator string
Possible values: [AND
, OR
]
enabled boolean
id int64
launchNames string[]
recipients string[]
ruleName string
sendCase string
Possible values: [ALWAYS
, FAILED
, MORE_10
, MORE_20
, MORE_50
]
Responses
- 201
Created
- */*
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...