Skip to content

Commit

Permalink
Fix APIResource swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Oct 4, 2023
1 parent 6473e2e commit 1c07fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ApiPlatform/Resources/ApiAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
requirements: ['apiAccessId' => '\d+'],
openapiContext: [
'summary' => 'Get API Access details',
'description' => 'Get API Access public details only, sensitive informations like secrets are not returned',
'description' => 'Get API Access public details only, sensitive information like secrets is not returned',
'parameters' => [
[
'name' => 'id',
'name' => 'apiAccessId',
'in' => 'path',
'required' => true,
'schema' => [
Expand Down

0 comments on commit 1c07fb9

Please sign in to comment.