Sign in or 

| Version | User | Scope of changes |
|---|---|---|
| Mar 9 2009, 2:42 PM EDT (current) | boe_wetpaint | 15 words added, 1 word deleted |
| Feb 26 2009, 5:45 PM EST | boe_wetpaint | 106 words added, 18 words deleted |
| HTTP Method | URI | Returns |
| POST | /CellService/editCell.do | The edited cell. |
Overview: Updates the content of a cell. If the specified cell does not exist, then it is created. (NOTE: Currently, creating a cell through this call is the only way to specify a custom creation date.) | ||
| Required Parameters: key The developer key. This value is provided by Wetpaint during initial developer registrationns The content namespace. This value is provided by Wetpaint during initial developer registrationticket The ticket assigned to the current logged-in usercell.cellId The name of the cell to be editedcell.displayName The display name of the cellcell.url The cell’s URLcell.currentRevision.version The version of the cell being editededited. If the cell is being created, then the currentRevision.version should be set to 0.revision.content The new HTML content Optional Parameters: revision.editNote Edit noterevision.date Desired date and time for new revision in ISO8601 format, e.g. 2008-12-31T23:59:59-08:00. This parameter is currently only used when editing the first revision of a cell. | ||
Example Request ( required parameters in red ):http://wapi.wetpaint.com/CellService/editCell.do | ||
Example Response:<?xml version="1.0" encoding="UTF-8"?> | ||