We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5137eb7 commit a63d1ffCopy full SHA for a63d1ff
Poc.TextProcessor.Presentation.RestApi/Controllers/TextController.cs
@@ -30,6 +30,7 @@ public IActionResult GetOptions()
30
[HttpGet("Statistics")]
31
[Produces("application/json", "application/xml")]
32
[ProducesResponseType(StatusCodes.Status200OK, Type = typeof(Statistics))]
33
+ [ProducesResponseType(StatusCodes.Status400BadRequest)]
34
public IActionResult GetStatistics([FromQuery] string textToAnalyze)
35
{
36
var textStatics = _textService.GetStatistics(textToAnalyze);
0 commit comments