POST api/task/groups/rename
Request Information
URI Parameters
None.
Body Parameters
TaskWorklogGroupRenameDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | globally unique identifier |
None. |
|
| GroupID | globally unique identifier |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "ee0f5f1f-318f-43c9-8090-5831f4adefc9",
"GroupID": "5a5c49a7-28de-4839-ae69-d6edd94ec26c",
"Name": "sample string 3"
}
application/xml, text/xml
Sample:
<TaskWorklogGroupRenameDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO"> <GroupID>5a5c49a7-28de-4839-ae69-d6edd94ec26c</GroupID> <MemberID>ee0f5f1f-318f-43c9-8090-5831f4adefc9</MemberID> <Name>sample string 3</Name> </TaskWorklogGroupRenameDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.