Skip to content

Update Notifier

PUT
/v1/notifiers/{id}
curl --request PUT \
--url https://example.com/api/v1/notifiers/example \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "isActive": true, "name": "example", "url": "example" }'
id
required
string

Notifier ID

Notifier Data

Media type application/json
object
isActive
boolean
name
required
string
>= 1 characters <= 255 characters
url
string
nullable
Example generated
{
"isActive": true,
"name": "example",
"url": "example"
}

OK

Media type */*
object
createdAt
string
groupId
string
id
string
isActive
boolean
name
string
updatedAt
string
url
string
userId
string