We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d847b commit b32d0a6Copy full SHA for b32d0a6
config/api/version-1.6.config.php
@@ -252,8 +252,23 @@
252
253
)
254
),
255
-
256
+
+ 'librarySetDefault' => array (
257
+ 'options' => array (
258
+ 'route' => 'librarySetDefault --libraryVersionId=',
259
+ 'defaults' => array (
260
+ 'controller' => 'webapi-api-controller',
261
+ 'action' => 'librarySetDefault',
262
+ 'apiMethod' => 'post'
263
+ ),
264
+ 'group' => 'library',
265
+ 'info' => array(
266
+ 'Change library version to be the default version for the library.',
267
+ array('--libraryVersionId', 'A library version ID.'),
268
+ )
269
270
271
272
273
274
0 commit comments