Podio API Documentation

Status: Update a status message

PUT /status/{status_id}

This will update an existing status message. This will normally only be used to correct spelling and grammatical mistakes.

Parameters
status_id*
Required.
Request {
  "value": The updated status message, "file_ids": [OPTIONAL] Temporary files that have been uploaded and should be attached to this item, [ {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 } 

Sandbox

The sandbox only handles GET operations for now.