Update an existing forum post

POST {{baseUrl}}/.api/api.svc/objects/:objectId/comments/update?message={{forumPostContent}}&commentId={{forumCommentId}}&attach_added={{fileId1}},{{fileId2}}&attach_removed={{fileId1}},{{fileId2}}

Request Params

| Key | Datatype | Required | Description | | message | string | | (Required) - String

The new content for the body of the comment. If this is blank, the body of the comment will be removed. | | commentId | string | | (Required) - GUID

The object ID for the comment that is being updated. | | attach_added | string | | Array [string]

Object identifier(s) for files to add as attachments, separated by commas. These can be attachment IDs from the attachment/create v1 endpoint, or object IDs of files in a folder channel. A single file cannot be attached to more than one object. | | attach_removed | string | | Array [string]

Object identifier(s) for the attachment to remove, separated by commas. | | attach_embedded | string | | Array [string]

Object identifier(s) for the attachment to be embedded in the content, separated by commas. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML. The options are:

  • application/json
  • application/xml |

RESPONSES

status: ``