pub fn append_tagged_path<P>(paths: PathsBuilder) -> PathsBuilderwhere
P: Path + for<'t> Tags<'t>,Available on crate feature
server only.Expand description
Like PathsBuilder::path_from, but also copies tags from
[utoipa::__dev::Tags] onto the operation.
utoipa stores path tags on a separate trait; the OpenApi derive merges
them when listing paths(...). Inventory registration must do the same
or Scalar dumps every operation under the first sidebar tag.