Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

catissuecore/rest/ng/storage-containers/{containerId}

Use this resource for update the Storage Container. Use HTTP PUT method to call this API by passing the below details in JSON format.


 Below are the attributes which need to be sent in the request body:

Parameter
Details
institute IdIdentifier of institute to Update
nameInstitute name


http[s]:<host>:<port>/catissuecore/rest/ng/storage-containers/{containerId}

Use this URL to update Storage Container in caTissue application.

Result:

The response of this request will contains the details of the updated Storage Container.

Below is the example of the update Storage Container:

URLhttp://<host>:<port>/catissuecore/rest/ng/storage-containers/{containerId}
MethodPUT
Requestapplication/json
json{
    "name":"KS Cancer Research Center"
}

Response

{

    "id" : "1",

    "name":"KS Cancer Research Center"
}

 

 

Error Cases :

code
Applies to
Status Message
200All resourcesStorage  Container has been updated successfully
400All requestsInvalid parameters, e.g  duplicate Container Name, blank Container Name etc
401All requestsAuthorization failed, User doesn’t have Authority
404All requestsContainer not found, Container with given details not present in the system
500All requestsInternal server error, Encountered server error while performing operations