Skip to content

Does Abp support scalar implementation of restful api documentation? #22926

Discussion options

You must be logged in to vote

Try

context.Services.AddOpenApi(options =>
{
    options.ShouldInclude = (_) => true;
});

Replies: 2 comments 8 replies

Comment options

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

@realLiangshiwei
Comment options

@huangmingji
Comment options

@realLiangshiwei
Comment options

Answer selected by huangmingji
@huangmingji
Comment options

Comment options

You must be logged in to vote
1 reply
@realLiangshiwei
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
3 participants