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": "e7fbdcb1-8f66-40a7-9af0-0745c91c1261",
  "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.