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 df00ba7 commit 00932a9Copy full SHA for 00932a9
mu-plugins/osi-api/osi-api.php
@@ -49,7 +49,7 @@ public function register_routes() {
49
'callback' => array( $this, 'get_licenses' ),
50
'permission_callback' => '__return_true',
51
'args' => array(
52
- 'name' => array(
+ 'name' => array(
53
'required' => false,
54
'type' => 'string',
55
'description' => 'Filter by license name',
0 commit comments