I'm trying to dynamically update a bunch of Flow schedules using API calls.
First, is there documentation for the API somewhere? I see it mentioned in the Server docs on occasion, but I want the nitty-gritty -- I have the schema and that's super helpful, but I'd like more.
Second, I see that I can set_flow_group_schedule, but that doesn't include Filters. Is there a way to add Filters that I'm just missing?
Third, if I want to extend API capabilities and write my own queries/mutations (i.e., adding to the schema), where would I begin looking in to this?