Changeset 4513 for trunk/ws.php


Ignore:
Timestamp:
Dec 18, 2009, 10:12:41 PM (14 years ago)
Author:
rvelices
Message:

merge -r4512 from branch 2.0 to trunk
web method images.setPrivacyLevel (ws_images_setPrivacyLevel) is POST only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r4460 r4513  
    137137      'level' => array('maxValue'=>$conf['available_permission_levels']),
    138138      ),
    139     'sets the privacy levels for the images'
     139    'sets the privacy levels for the images (POST method only)'
    140140    );
    141141
     
    279279    array(
    280280      'image_id' => array(),
    281      
     281
    282282      'name' => array('default' => null),
    283283      'author' => array('default' => null),
     
    298298<br><b>multiple_value_mode</b> can be "append" (no change on existing values, add the new values) or "replace" and applies to multiple values properties like tag_ids/categories'
    299299    );
    300  
     300
    301301  $service->addMethod(
    302302    'pwg.categories.setInfo',
     
    304304    array(
    305305      'category_id' => array(),
    306      
     306
    307307      'name' => array('default' => null),
    308308      'comment' => array('default' => null),
Note: See TracChangeset for help on using the changeset viewer.