PUT api/AspNetRoles/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

AspNetRoles
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

ClientId

globally unique identifier

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Name": "sample string 2",
  "ClientId": "93ea1869-c55d-4370-bcec-b6a5206cee75",
  "Description": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.