From bbe117080de593376007b89e76384bf449f1a004 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Feb 2016 15:58:31 +0100 Subject: feature #321, set status with pwg.categories.setInfos --- ws.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ws.php') diff --git a/ws.php b/ws.php index 44e34b3a6..6a2bd211d 100644 --- a/ws.php +++ b/ws.php @@ -692,6 +692,8 @@ function ws_addDefaultMethods( $arr ) 'category_id' => array('type'=>WS_TYPE_ID), 'name' => array('default'=>null), 'comment' => array('default'=>null), + 'status' => array('default'=>null, + 'info'=>'public, private'), ), 'Changes properties of an album.', $ws_functions_root . 'pwg.categories.php', -- cgit v1.2.3