Changeset 5859 for ComponentRegistry


Ignore:
Timestamp:
11/28/14 15:12:42 (10 years ago)
Author:
Twan Goosen
Message:

api documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/java/clarin/cmdi/componentregistry/rest/ComponentRegistryRestService.java

    r5858 r5859  
    12641264        MediaType.APPLICATION_JSON})
    12651265    @Consumes("multipart/form-data")
    1266     @ApiOperation(value = "Registers a profile in the user's private space")
     1266    @ApiOperation(value = "Registers a profile specification (data content) with the associated metadata (form content) in the user's private space")
    12671267    @ApiResponses(value = {
    12681268        @ApiResponse(code = 401, message = "User is not authenticated"),
     
    13101310        MediaType.APPLICATION_JSON})
    13111311    @Consumes("multipart/form-data")
    1312     @ApiOperation(value = "Registers a component in the user's private space")
     1312    @ApiOperation(value = "Registers a component specification (data content) with the associated metadata (form content) in the user's private space")
    13131313    @ApiResponses(value = {
    13141314        @ApiResponse(code = 401, message = "User is not authenticated"),
Note: See TracChangeset for help on using the changeset viewer.