pub fn action_name(operation_id: &str) -> StringExpand description
Maps an OpenAPI operationId to this crate’s action-name convention:
a curated override for names that read better shortened, otherwise
official_ + the operation id in snake_case.