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": "5469af6d-9d73-4810-b0bb-fd0737f24bf4",
  "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.