PATCH api/v1/cases/{caseId}/update-completed-for-current-user/{isCompleted}
Used to set status completed on a case for the current user. If all users assigned to a case set their status to closed, the case is also closed.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
CaseId |
integer |
Required |
| isCompleted |
true/false |
boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.