Skip to content

[oapi] tags #319

Answered by chrislearn
josejachuf asked this question in Q&A
Jul 13, 2023 · 1 comments · 7 replies
Discussion options

You must be logged in to vote
let doc = OpenApi::new("TEST API", "0.1.1")
    .tags([Tag::new("health").description("Health status."), Tag::new("foo").description("description for foo endpoints")])
    .merge_router(&router);

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@josejachuf
Comment options

@chrislearn
Comment options

@josejachuf
Comment options

@chrislearn
Comment options

Answer selected by josejachuf
@josejachuf
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants