Closed MatthewLacerda2 closed 2 months ago
All Filtered GET are currently:
public IActionResult ReadSchedules(string Id) {
when it should be
public async Task<IActionResult> ReadSchedules(string Id) {
This is marked as a bug since it makes openapi's codegen to error when generating for Flutter
All Filtered GET are currently:
public IActionResult ReadSchedules(string Id) {
when it should be
public async Task<IActionResult> ReadSchedules(string Id) {
This is marked as a bug since it makes openapi's codegen to error when generating for Flutter