Update workflow notification details
    • PDF

    Update workflow notification details

    • PDF

    Article summary

    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

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.