caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
575 stars 49 forks source link

Errors in the CURL examples in configuration overview #165

Closed odwulf closed 5 months ago

odwulf commented 5 months ago

:beetle: Describe the bug On the Config Management page, all CURL examples use a "tags" field. According to my tests, it should be the singular "tag", even when using multiple tags.

caronc commented 5 months ago

I just added tag in the last PR. tags will work too (because it was causing confusion) but you need to use the :edge branch for now not :latest

caronc commented 5 months ago

This has now been pushed into :latest; closing off ticket