Changeset 13083 for branches/2.3/ws.php


Ignore:
Timestamp:
Feb 10, 2012, 4:31:42 PM (12 years ago)
Author:
plg
Message:

feature 2566 added: pwg.images.add can perform an update on an existing photo.
The additional parameter is image_id and it can be used only combined with
option resize=1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/ws.php

    r12729 r13083  
    243243      'resize' => array('default' => false),
    244244      'check_uniqueness' => array('default' => true),
     245      'image_id' => array('default' => null),
    245246      ),
    246247    'POST method only.
Note: See TracChangeset for help on using the changeset viewer.