Changes between Version 8 and Version 9 of RestfulAPI


Ignore:
Timestamp:
02/15/08 13:21:18 (6 years ago)
Author:
johnbywater
Comment:

Added documentation of POST method params

Legend:

Unmodified
Added
Removed
Modified
  • RestfulAPI

    v8 v9  
    2828|| read/ || GET || 
    2929 
    30 === POST Method Params === 
    31  
    32 ==== Create POST ==== 
    33  
    34 || '''Name''' || '''Value''' || 
    35 || || || 
    36  
    37 ==== Update POST ==== 
    38  
    39 || '''Name''' || '''Value''' || 
    40 || || || 
    41  
    4230== Status Codes == 
    4331  
     
    4836|| read/ GET || 200 || 404 Not Found || 
    4937 
     38---- 
     39 
     40=== POST Method Params === 
     41 
     42==== Create POST ==== 
     43 
     44|| '''Name''' || '''Value''' || 
     45|| name || lower case  alphanumeric string, optionally with dashes and underscores, string length at least 2 characters || 
     46 
     47==== Update POST ==== 
     48 
     49|| '''Name''' || '''Value''' || 
     50|| name || established name string (can't be updated) || 
     51|| title || string || 
     52|| url || string || 
     53|| download_url || string || 
     54|| licences || list of license ids || 
     55|| tags || space-separated list of tag strings || 
     56|| notes || multi-line string || 
     57|| log_message || string || 
     58 
     59---- 
     60 
     61== Current Development Issues == 
     62 
     63 * How does a machine client acquire and select from the package license options? 
     64 * Can the above POST parameter data types be specified more formally?