ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

broadcast: use PATCH for small vidforward broadcast config updates #35

Closed saxon-milton closed 4 months ago

saxon-milton commented 4 months ago

Currently we have to send an entire broadcast resource to vidforward when we want to update only some fields. This is annoying because it requires keeping state of what the other fields currently are. It would be useful to implement that option to send PATCH requests so that we don’t have to keep state to update only singular fields.

saxon-milton commented 4 months ago

Not going to bother fixing because we're leaning towards using the datastore as the interface between oceantv and vidforward.