| Method name |
http://planner.zoho.com/api/private/xml/description/update
|
| API description |
Given ticket, apikey, one of the user's pageId and
pageDesc, updates
the pageDesc on successful authentication. |
| Parameters
to be passed |
ticket, apikey, pageId, pageDesc |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/description/update?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="pageId" value="68702">
<input type="hidden" name="pageDesc" value="Updated
thro API">
<input type="submit" value="Update Description" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/description/update">
<result>
<PageDescription>
<page_id>68702</page_id>
<page_title>Updated throu
API</page_title>
</PageDescription>
</result>
</response> |