POST api/task/groups/rename

Request Information

URI Parameters

None.

Body Parameters

TaskWorklogGroupRenameDTO
NameDescriptionTypeAdditional information
MemberID

globally unique identifier

None.

GroupID

globally unique identifier

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MemberID": "0fe5c2ae-1615-4a54-87ef-93b035cc5713",
  "GroupID": "adfccedc-f17e-4344-8959-56b22b92c6cb",
  "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>adfccedc-f17e-4344-8959-56b22b92c6cb</GroupID>
  <MemberID>0fe5c2ae-1615-4a54-87ef-93b035cc5713</MemberID>
  <Name>sample string 3</Name>
</TaskWorklogGroupRenameDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.