PUT api/WebPublish/minimal
Request Information
URI Parameters
None.
Body Parameters
WebPublishMinimalUpdateDto| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.