Skip to content

Commit

Permalink
docs(oas): clarify oas query param documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhendrickson13 committed Dec 13, 2024
1 parent cdadd06 commit 5d72c1f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ class OpenAPISchema extends Schema {
'explode' => true,
'description' =>
'The arbitrary query parameters to include in the request.<br><br>' .
'Note: This does not define an real parameter, rather it allows for any arbitrary query ' .
'parameters to be included in the request.',
'Note: This does not define a real parameter (e.g. there is no `query` parameter), '.
'rather it allows for any arbitrary query parameters to be included in the request.',
'schema' => [
'type' => 'object',
'default' => new stdClass(),
Expand Down

0 comments on commit 5d72c1f

Please sign in to comment.