Skip to main content

Creates notification for specified project

POST 

/v1/:projectName/settings/notification

Only for users with PROJECT_MANAGER or ADMIN roles

Request

Path Parameters

    projectName stringrequired

    projectName

Body

required

createNotificationRQ

    attributes

    object[]

  • Array [

  • 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

Created

Schema

    id int64
Loading...