PUT api/WebPublish/minimal

Request Information

URI Parameters

None.

Body Parameters

WebPublishMinimalUpdateDto
NameDescriptionTypeAdditional information
Id

integer

None.

Description

string

None.

Title

string

None.

Subheading

string

None.

PubDate

date

None.

NotesToEditor

string

None.

BoilerPlate

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "title": "sample string 3",
  "subheading": "sample string 4",
  "pubDate": "2026-01-31T07:36:14.3402284+00:00",
  "notesToEditor": "sample string 6",
  "boilerPlate": "sample string 7"
}

text/plain

Sample:
{"id":1,"description":"sample string 2","title":"sample string 3","subheading":"sample string 4","pubDate":"2026-01-31T07:36:14.3402284+00:00","notesToEditor":"sample string 6","boilerPlate":"sample string 7"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.