kestra-io / docs

Documentation for Kestra — an event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
https://kestra.io/docs
80 stars 91 forks source link

Flows API `/api/v1/flows` is marked as deprecated but still valid with a YAML body #1944

Closed wrussell1999 closed 4 days ago

wrussell1999 commented 5 days ago

Description

/api/v1/flows is not deprecated, only the use of a JSON body is deprecated. However, the website makes it seem the whole flow is deprecated, even if you switch the request body to YAML. @Skraye can provide additional input if required.

Screenshot 2024-11-12 at 12 05 56

Can we fix this messaging as users have reported this as confusing/unclear?

Ben8t commented 4 days ago

closing as duplicate with https://github.com/kestra-io/kestra/issues/4877