Skip to content

Commit 79821cf

Browse files
committed
fix: add image to available content types
1 parent dc7637a commit 79821cf

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)