diff --git a/src/ApiPlatform/Resources/ApiAccess.php b/src/ApiPlatform/Resources/ApiAccess.php index 9525a19..88575ad 100644 --- a/src/ApiPlatform/Resources/ApiAccess.php +++ b/src/ApiPlatform/Resources/ApiAccess.php @@ -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' => [