Skip to content
Discussion options

You must be logged in to vote

There is no indication whether or how the "Notification URL List" can be maintained at the group/tag level.

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

curl https://xxxxxx/login/api/v1/tag/e3e4659b-6a8d-44cd-ba6a-5b70ebf6e358 -H"x-api-key:5f2b56dc5dee1564536bbd6e48910749"

then do the same but do a HTTP POST with curl and include the part you want to update

{
    "notification_urls": [
        "mailto://[email protected]"
    ]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@devTS123
Comment options

Answer selected by devTS123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants