diff --git a/src/Services/SwaggerService.php b/src/Services/SwaggerService.php index f07556c..47a9d34 100755 --- a/src/Services/SwaggerService.php +++ b/src/Services/SwaggerService.php @@ -312,7 +312,8 @@ protected function saveExample($code, $content, $produce) $description = $this->getResponseDescription($code); $availableContentTypes = [ 'application', - 'text' + 'text', + 'image', ]; $explodedContentType = explode('/', $produce);