[ { "ContainingType": "API.Controllers.WeatherForecastController", "Method": "Get", "RelativePath": "WeatherForecast", "HttpMethod": "GET", "IsController": true, "Order": 0, "Parameters": [], "ReturnTypes": [ { "Type": "System.String", "MediaTypes": [ "text/plain", "application/json", "text/json" ], "StatusCode": 200 } ] }, { "ContainingType": "API.Controllers.WeatherForecastController", "Method": "Post", "RelativePath": "WeatherForecast/postNameNeger", "HttpMethod": "POST", "IsController": true, "Order": 0, "Parameters": [ { "Name": "name", "Type": "System.String", "IsRequired": false } ], "ReturnTypes": [ { "Type": "System.Void", "MediaTypes": [], "StatusCode": 200 } ] } ]