Podio API Documentation
Comments: Update a comment
Updates an already created comment. This should only be used to correct spelling and grammatical mistakes in the comment.
Usage
- PHP Client
-
PodioComment.php
PodioComment::update( $comment_id, $attributes = array() );
- Ruby Gem
-
comment.rb
Podio::Comment.update( id, attributes )
Parameters
- comment_id*
- Required.
Request
{
"value": The updated comment,
"external_id": The external id of the comment, if any,
"file_ids": Temporary files that have been uploaded and should be attached to this comment,
[
{file_id},
.... (more file ids)
],
"embed_id": The id of an embedded link that has been created with the Add an mebed operation in the Embed area (if omitted any existing link will be removed),
"embed_url": The url to be attached
}