Update a Post
POST https://{{baseUrl}}/posts/{shared ID}/{ugcPosts ID}
The following posts field are available to update. Refer to Schema for complete field details.
| Field | Description |
|---|---|
| commentary | String |
| contentCallToActionLabel | contentCallToActionLabel text |
| contentLandingPage | URL of the landing page |
| reshareContext | |
| lifecycleState | |
| adContext | * dscName: Update the name of the sponsored content * dscStatus: Update the status of the sponsored content |
Request Body
{"patch"=>{"$set"=>{"commentary"=>"Update to the post", "contentCallToActionLabel"=>"LEARN_MORE"}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-Restli-Protocol-Version | string | ||
Authorization | string | ||
LinkedIn-Version | string |