Changes between Version 36 and Version 37 of DASISH/Scenario


Ignore:
Timestamp:
05/14/13 14:30:32 (11 years ago)
Author:
olhsha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DASISH/Scenario

    v36 v37  
    9090PUT api/annotations/<aid>/permissions
    9191
    92 body is the list
     92Request body contains the list of permissions.
    9393
    94 Response in the envelope
     94Response is  the envelope.
    9595
    96 == Adding a reader/writer ==
     96== Adding a user with a certain permission ==
    9797
    9898PUT api/annotations/<aid>/permissions/<uid>
    9999
    100 Body contains the access level of this user to this annotation
     100Request body contains the access level of this user to this annotation.
    101101
    102 No body in in response (no envelope), just an http status code
     102No enveloped response, just an http status code.
    103103
    104104== Removing a reader or a writer ==
     
    106106DELETE api/annotations/<aid>/permissions/<uid>
    107107
    108 No body in the response (no envelope), just an http status code
     108No enveloped response, just an http status code
    109109
    110110= Managing annotations =
     
    114114DELETE api/annotations/<aid>
    115115
    116 No body in the response (no envelope), just an http status code
     116No enveloped response, just an http status code
    117117
    118118= Notebooks =
     
    122122GET api/notebooks
    123123
    124 Response: XML list
     124Response: the list of notebooks.
    125125
    126126== Retrieve notebook info
     
    128128GET api/notebooks/<nid>
    129129
    130 Response Notebook Info
     130Response: Notebook Info
    131131
    132132== Retrieving the list of annotations in a notebook if <uid> has a read access to this notebook ==
     
    134134GET api/notebooks/<nid>/annotations/
    135135
    136 Response: XML list of annotation Info.
     136Response: the list of annotation Info.
    137137
    138138== Adding an annotation to a notebook ==
     
    140140PUT api/notebooks/<nid>/<aid>
    141141
    142 Response: status code
     142Response: only a http status code.
    143143