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": "b53f23aa-5ff6-44a6-a28e-0b277e7449e3",
  "GroupID": "4b6f077b-96b6-4d37-bec1-f339c9fd4c33",
  "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>4b6f077b-96b6-4d37-bec1-f339c9fd4c33</GroupID>
  <MemberID>b53f23aa-5ff6-44a6-a28e-0b277e7449e3</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.