We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040d285 commit aa6cd74Copy full SHA for aa6cd74
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Schemas/OpenAPISchema.inc
@@ -350,7 +350,7 @@ class OpenAPISchema extends Schema {
350
'explode' => true,
351
'description' =>
352
'The arbitrary query parameters to include in the request.<br><br>' .
353
- 'Note: This does not define a real parameter (e.g. there is no `query` parameter), '.
+ 'Note: This does not define a real parameter (e.g. there is no `query` parameter), ' .
354
'rather it allows for any arbitrary query parameters to be included in the request.',
355
'schema' => [
356
'type' => 'object',
0 commit comments