Skip to main content

Returns notifications config of specified project

GET 

/v1/:projectName/settings/notification

Only for users assigned to specified project

Request

Path Parameters

    projectName stringrequired

    projectName

Responses

OK

Schema

  • Array [

  • 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]

  • ]

Loading...