Changes between Version 21 and Version 22 of S3/S3XML


Ignore:
Timestamp:
07/19/11 08:12:55 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3XML

    v21 v22  
    6565  ||GET <resource>||returns the contents of the specified resource||
    6666  ||GET <resource>/fields||returns a ''schema'' document for the resource (without components)||
    67   ||GET <resource>/options||returns a field options document for the resource and all of its components||
    68   ||GET <resource>/create ''without source''||returns a ''schema'' document for the resource and all of its components||
    69   ||GET <resource>/create ''with source''||analyses the source and returns an import job (both creating new and updating existing records)||
     67  ||GET <resource>/options||returns a field options document for the resource||
     68  ||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)||
    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''||analyses the source and returns an import job (only updates of existing records)||
     73  ||GET <resource>/update ''with source''||analzes the source and returns an import job (only updating existing records)||
    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||
     
    7777  ||POST <resource> ''with source''||analyzes the source, creates and import job and commits the job to the database||
    7878  ||PUT <resource> ''with job ID''||commits the specified job to the database||
    79   ||PUT <resource> ''with source''||analyzes the source, creates and import job and commits the job to the database||
     79  ||PUT <resource> ''with source''||analyzes the source, creates an import job and commits the job to the database||
    8080== XML Format ==
    8181