Skip to content

Commit

Permalink
fix: description
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Jun 6, 2024
1 parent 4016db7 commit 81e47ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public function __construct(
#[Get(
path: self::API_PATH . '/assets/{id}/image/download/{format}',
operationId: 'downloadImageByFormat',
description: 'Download images by id and format by path parameters',
summary: 'Download images by id and format',
description: 'Download image by id and format by path parameters',
summary: 'Download image by id and format',
security: self::SECURITY_SCHEME,
tags: [Tags::Assets->name]
)]
Expand Down

0 comments on commit 81e47ed

Please sign in to comment.