Update workflow notification details

Prev Next
Put
/api/notifications
Security
HTTP
Type bearer
Body parameters
{
  "notificationId": "x08qo4f21b7rea91ids8",
  "name": "vg",
  "description": "test",
  "status": "Active",
  "sendNoChanges": false,
  "actionType": "",
  "notificationMedium": [
    {
      "id": "29fe9ae2-a274-490e-8b88-49640a28097e",
      "name": "Slack-test",
      "description": "test",
      "type": "slack",
      "connectionParameters": null,
      "referenceCount": 6,
      "application": "slack"
    }
  ],
  "rules": [],
  "memberRules": [
    {
      "id": "7u14pfw68vvznukhz77b",
      "condition": null,
      "name": "testuser",
      "memberType": "User",
      "firstName": "test",
      "lastName": "S"
    }
  ],
  "applications": [
    {
      "appContainerId": "n7xbqbm1l86e9j5b9jrc",
      "catalogAppDisplayName": "AWS",
      "description": null,
      "status": "active"
    }
  ]
}
Expand All
object
name
string
description
string
status
string
Valid values[ "Inactive", "Active" ]
sendNoChanges
boolean
actionType
string
notificationMedium
object (JsonNode)
rules
Array of object (RuleBean)
object
predicate
string
predicateType
string
Valid values[ "SCANNER", "ACCESS_BUILDER", "API_TOKEN", "USER", "PROFILE" ]
operator
string
Valid values[ "OR" ]
description
string
memberRules
Array of object (WorkflowMemberRuleDto)
object
id
string
memberType
string
Valid values[ "User", "Tag" ]
Responses
200

OK

object