Versions Compared

Key

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

...

Below is the example of the add update consent-tier:

URLhttp://<host>:<port>/openspecimen/rest/ng/collection-protocols/{cpId}2/consent-tiers/1
MethodPUT
Requestapplication/json
json
Code Block
languagejs
themeEclipse
{


    "statement": "Consent to store the samples for research"


}

Response

Code Block
languagejs
themeEclipse
{

    "id" : "1",

    "statement": "Consent to store the samples for research"


}