You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
@sergeyzwezdin when I generate API client with NSwag from API definition I am getting responses and body parameters named like:
So API client methods looks like this:
public virtual async System.Threading.Tasks.Task<Response5> List_UpdateAsync(Body5 body, System.Threading.CancellationToken cancellationToken) {...}
How to define Body and Response type names for the route? :)
The text was updated successfully, but these errors were encountered: