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 5c8ca8d commit 16ceecbCopy full SHA for 16ceecb
mu-plugins/osi-api/osi-api.php
@@ -49,17 +49,17 @@ public function register_routes() {
49
'callback' => array( $this, 'get_licenses' ),
50
'permission_callback' => '__return_true',
51
'args' => array(
52
- 'id' => array(
+ 'id' => array(
53
'required' => false,
54
'type' => 'string',
55
'description' => 'Filter by license name',
56
),
57
- 'keyword' => array(
+ 'keyword' => array(
58
59
60
'description' => 'Filter licenses by keyword',
61
62
- 'steward' => array(
+ 'steward' => array(
63
64
65
'description' => 'Filter licenses by steward',
0 commit comments