Function execute_operation

Source
pub async fn execute_operation(
    __arg0: Path<(String, String, String)>,
    __arg1: Query<ExecuteQuery>,
    __arg2: State<AppState>,
    body: Option<Json<ExecuteRequest>>,
) -> Result<Json<ApiResponse<ExecutionResult>>, StatusCode>
Expand description

Execute an operation POST /providers/{provider}/features/{feature}/operations/{operation}