PUT api/DictonaryGroup/UpdateDictonaryGroup

Update DictonaryGroup Description

Request Information

URI Parameters

None.

Body Parameters

DictonaryGroup
NameDescriptionTypeAdditional information
DictonaryGroupId

integer

None.

Description

string

None.

SysName

string

None.

IsPublic

boolean

None.

IsSystem

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "dictonaryGroupId": 1,
  "description": "sample string 2",
  "sysName": "sample string 3",
  "isPublic": true,
  "isSystem": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DictonaryGroup'.

Response Information

Resource Description

None.