$batchMode
$batchMode : boolean
Controller is in batch mode
Content controller
updateAction(string $uuid) : \Ceo\Api\Controllers\Phalcon\Http\Response
Update content item
Note that attempted to update a content item with out a lock or a lock that doesn't belong to the current user will error.
string | $uuid | UUID |
render(string $st_output, integer $statusCode = 200) : \Ceo\Core\Controllers\Phalcon\Http\Response
Render output, resets headers and status code.
If batch mode is enabled, will return an array with status code and response.
string | $st_output | Output string |
integer | $statusCode | HTTP status code |