Changes between Version 17 and Version 18 of S3/S3REST/Methods


Ignore:
Timestamp:
10/28/10 09:25:59 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/Methods

    v17 v18  
    2323    - with a record ID/UID in the URL: '''read''' view of the specified record (if the user is permitted to update the record, an '''update''' form returned instead)
    2424
    25   Example: '''read''' view of pr_person !#1 (or an '''update''' form if the user is permitted to update this record)
     25  ''Example:'' '''read''' view of pr_person !#1 (or an '''update''' form if the user is permitted to update this record)
    2626  {{{
    2727http://localhost:8000/eden/pr/person/1
     
    3434    - method '''delete''' returns a delete confirmation form together with a list of the specified records (if there is exactly one record identified by its ID or UID, then the record will be deleted instead of a form being returned, see POST)
    3535
    36   Example: '''create''' form for the pr_person table
     36  ''Example:'' '''create''' form for the pr_person table
    3737  {{{
    3838http://localhost:8000/eden/pr/person/create