ironflow-api 2.31.8

REST API for ironflow run management and observability
Documentation
1
2
3
4
5
6
7
8
//! Secret management routes (admin only).

pub mod create;
pub mod delete;
pub mod key_versions;
pub mod list;
pub mod rotate;
pub mod update;