Skip to content

Commit 0bd312f

Browse files
authored
Merge pull request #107 from RonasIT/fix/available-content-types
fix: add image to available content types
2 parents dc7637a + 79821cf commit 0bd312f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Services/SwaggerService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ protected function saveExample($code, $content, $produce)
312312
$description = $this->getResponseDescription($code);
313313
$availableContentTypes = [
314314
'application',
315-
'text'
315+
'text',
316+
'image',
316317
];
317318
$explodedContentType = explode('/', $produce);
318319

0 commit comments

Comments
 (0)