PATCH api/assignments/{assignmentId}/assign/{toUserId}
Assign the assigment to another user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assignmentId |
Assignment ID |
integer |
Required |
| toUserId |
User ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Bool
Assignment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AssignmentType | AssignmentType |
None. |
|
| Person |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.