Changes between Version 22 and Version 23 of S3/S3XML


Ignore:
Timestamp:
07/19/11 08:38:32 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v22 v23  
    6767  ||GET <resource>/options||returns a field options document for the resource||
    6868  ||GET <resource>/create ''without source''||returns a ''schema'' document for the resource||
    69   ||GET <resource>/create ''with source''||analyzes the source and returns an import job (both creating new and updating existing records)||
     69  ||GET <resource>/create ''with source''||analyzes the source and returns an import job (both creating new and updating existing records), returns a view of the job||
    7070  ||GET <resource>/create ''with job ID''||returns a view of the specified import job||
    7171  ||POST <resource>/create ''with job ID''||updates or deletes the specified job||
    7272  ||GET <resource>/update ''without source''||returns a ''schema'' document for the resource and all of its components||
    73   ||GET <resource>/update ''with source''||analzes the source and returns an import job (only updating existing records)||
     73  ||GET <resource>/update ''with source''||analzes the source and returns an import job (only updating existing records), returns a view of the job||
    7474  ||GET <resource>/update ''with job ID''||returns a view of the specified import job||
    7575  ||POST <resource>/update ''with job ID''||updates or deletes the specified job||