Changes between Version 22 and Version 23 of S3/S3XML
- Timestamp:
- 07/19/11 08:38:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3XML
v22 v23 67 67 ||GET <resource>/options||returns a field options document for the resource|| 68 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) ||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|| 70 70 ||GET <resource>/create ''with job ID''||returns a view of the specified import job|| 71 71 ||POST <resource>/create ''with job ID''||updates or deletes the specified job|| 72 72 ||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|| 74 74 ||GET <resource>/update ''with job ID''||returns a view of the specified import job|| 75 75 ||POST <resource>/update ''with job ID''||updates or deletes the specified job||