-
Hi, Is it possible to manage (i.e. replace) the "Notification URL List" of a group (i.e., a tag) using the API? I have read the official API documentation, but it only mentions notifications in general: There is no indication whether or how the "Notification URL List" can be maintained at the group/tag level. I would be grateful for any advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you first performed the "GET" of the "tag" (group) you would have seen the So, fairly simple, first get the tag
then do the same but do a HTTP POST with curl and include the part you want to update
|
Beta Was this translation helpful? Give feedback.
If you first performed the "GET" of the "tag" (group) you would have seen the
notification_url
list in the JSON reply.So, fairly simple, first get the tag
then do the same but do a HTTP POST with curl and include the part you want to update