POST api/dashboard/highlight_update

Request Information

URI Parameters

None.

Body Parameters

HilightModel
NameDescriptionTypeAdditional information
highlight_id

integer

None.

code

globally unique identifier

None.

name

string

None.

cover_name

string

None.

cover_url

string

None.

is_active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "highlight_id": 1,
  "code": "90504ce3-8955-4896-a372-68f1d84bb1cb",
  "name": "sample string 3",
  "cover_name": "sample string 4",
  "cover_url": "sample string 5",
  "is_active": true
}

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.