aboutsummaryrefslogtreecommitdiffstats
path: root/ws.php
diff options
context:
space:
mode:
Diffstat (limited to 'ws.php')
-rw-r--r--ws.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/ws.php b/ws.php
index b98d21e65..0c63e0fb5 100644
--- a/ws.php
+++ b/ws.php
@@ -218,6 +218,15 @@ function ws_addDefaultMethods( $arr )
array(),
'administration method only'
);
+
+ $service->addMethod(
+ 'pwg.tags.add',
+ 'ws_tags_add',
+ array(
+ 'name' => array(),
+ ),
+ 'administration method only'
+ );
}
add_event_handler('ws_add_methods', 'ws_addDefaultMethods');