adamcooke / staytus

💡 An open source solution for publishing the status of your services
http://staytus.co
MIT License
2.17k stars 284 forks source link

Extend the update action in the issues_api_controller.rb to accept new titles #291

Closed JamonBarns closed 3 years ago

JamonBarns commented 5 years ago

We are currently using Staytus as part of an automation implementation and through this we interact heavily with the API. When we call Staytus, we add a new message which looks/works great in the frontend.

However, we'd also like to update the Staytus Incident Title, so when we need to we can call the update action from our automation script. I haven't found a practical way around this as of yet.

Happy to provide more information at any point. Cheers.