Changeset 30253

Show
Ignore:
Timestamp:
02/18/08 20:46:12 (9 months ago)
Author:
fguillaume
Message:

Cleanup documentation in extension point.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • org.nuxeo.ecm.platform/branches/5.1/nuxeo-platform-ui-web/src/main/resources/OSGI-INF/restAPI-contrib.xml

    r28970 r30253  
    2121   <documentation> 
    2222   Restlet for uploading a file via the Plugin (linked to FileManager) 
    23    POST /nuxeo/restAPI/demo/e5125b5e-8b9e-43bd-8959-7e7e5caf2a1b/pluginUpload/{path} 
     23   POST /nuxeo/restAPI/{repoId}/{docId}/pluginUpload/{path} 
    2424   </documentation> 
    2525   <restletPlugin 
     
    3636   <documentation> 
    3737   Simple restlet to browse content 
    38    GET /nuxeo/restAPI/demo/*/browse 
     38   GET /nuxeo/restAPI/{repoId}/{docId}/browse 
    3939   </documentation> 
    4040   <restletPlugin 
     
    4949 
    5050   <documentation> 
    51     GET /nuxeo/restAPI/demo/*/export 
     51    GET /nuxeo/restAPI/{repoId}/{docId}/export 
    5252    => export a document and possibly associated tree 
    5353 
    54     GET /nuxeo/restAPI/demo/*/exportSingle 
     54    GET /nuxeo/restAPI/{repoId}/{docId}/exportSingle 
    5555    => export a single document 
    5656 
    57     GET /nuxeo/restAPI/demo/*/exportTree 
     57    GET /nuxeo/restAPI/{repoId}/{docId}/exportTree 
    5858    => export a document tree 
    5959 
     
    7878   <documentation> 
    7979   Allow lock manipulation via Restlet API : 
    80    GET /nuxeo/restAPI/demo/{uuid}/Locking/lock 
    81    GET /nuxeo/restAPI/demo/{uuid}/Locking/unlock 
    82    GET /nuxeo/restAPI/demo/{uuid}/Locking/status 
    83    LOCK /nuxeo/restAPI/demo/{uuid}/Locking 
    84    UNLOCK /nuxeo/restAPI/demo/{uuid}/Locking 
     80   GET /nuxeo/restAPI/{repoId}/{docId}/Locking/lock 
     81   GET /nuxeo/restAPI/{repoId}/{docId}/Locking/unlock 
     82   GET /nuxeo/restAPI/{repoId}/{docId}/Locking/status 
     83   LOCK /nuxeo/restAPI/{repoId}/{docId}/Locking 
     84   UNLOCK /nuxeo/restAPI/{repoId}/{docId}/Locking 
    8585   </documentation> 
    8686   <restletPlugin