Skip to main content

set_assignees

Function set_assignees 

Source
pub async fn set_assignees(
    t: &Transport,
    ids: &[String],
    add: &[String],
    remove: &[String],
) -> Result<SignalsOutcome>
Expand description

Add and remove assignee profile uids on explicit alerts in one request. The route rejects a uid present in both lists; callers pre-check.