AnonymousMay 4
API Support for tags on monitors
We would like to have the ability to manage tags on monitors via API.Right now, tags can be added via the UI, but it's difficult to manage them one at a time.For the following existing APIs, please add support for:* LIST/GET board(s) - include `tags` for services* Add monitor to board - include `tags` param to allow tags to be added on new service monitorsIt doesn't seem like there's a PATCH for monitors in the API docs today, but it would also be helpful to be able to update tags without having to delete & re-add the monitor with updated tags.
Completed
Hi there, this has been implemented. Now you can send a tags array when adding a 3rd-party service to a board, or you can update an existing 3rd-party service. https://dev.isdown.app/endpoints/3rd-party-monitors/add-3rd… https://dev.isdown.app/endpoints/3rd-party-monitors/update-…