Update Encounter Template by encounter template name
PUT {{url}}/{{tenantName}}/{{instanceName}}/formations/draft/encounters/etmp-master
Full update encounter template.
PUT /{tenantName}/{instanceName}/formations/draft/encounters/{encounterTemplateName}
in our example it would be:
PUT https://api.live.welkincloud.io/gh/sb-demo/formations/draft/encounters/temp-1
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Body
{"name"=>"etmp-master", "title"=>"New Master Title", "encounterInstruction"=>"Some instructions", "assessmentNames"=>["asm-master"]}