PUT Groups/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

GroupToUpdate
NameDescriptionTypeAdditional information
GroupId

integer

None.

Name

string

None.

Description

string

None.

IsPrivate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupId": 1,
  "Name": "sample string 2",
  "Description": "sample string 3",
  "IsPrivate": true
}

application/xml, text/xml

Sample:
<Group xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Name>sample string 2</Name>
  <Description>sample string 3</Description>
  <IsPrivate>true</IsPrivate>
  <GroupId>1</GroupId>
</Group>

Response Information

Resource Description

None.