Sign in

Update feed item comment

documented

Update a feed item comment by ID.

PATCH /services/data/{version}/chatter/feed-items/{feedItemId}/comments/{commentId}Feedsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{INSTANCE}}.salesforce.com/services/data/v{{version}}/chatter/feed-items/{{$feedItemId}}/comments/{{$commentId}}" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"body": {"messageSegments": [{"type": "Text", "text": "{{$text}}"}]}}'
Update feed item comment · Salesforce Chatter · OpenIntegrations