Changeset 2634 for trunk/ws.php


Ignore:
Timestamp:
Oct 1, 2008, 11:08:51 PM (16 years ago)
Author:
plg
Message:

feature 874 added: new Web API method pwg.tags.add.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r2584 r2634  
    219219    'administration method only'
    220220    );
     221
     222  $service->addMethod(
     223    'pwg.tags.add',
     224    'ws_tags_add',
     225    array(
     226      'name' => array(),
     227      ),
     228    'administration method only'
     229    );
    221230}
    222231
Note: See TracChangeset for help on using the changeset viewer.