Index for Data API Methods > Zoho Planner > ZP - Update page title

ZP - Update page title

Tags:  



Update page title.

 
 
Method name http://planner.zoho.com/api/private/xml/title/update
API description Given ticket, apikey, one of the user's pageId and pageTitle, updates the pageTitle on successful authentication.
Parameters to be passed ticket, apikey, pageId, pageTitle
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/title/update?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="pageId" value="68702">
<input type="hidden" name="pageTitle" value="Updated thro API">
<input type="submit" value="Update Title" name="submit">
</form>
Output XML <response uri="/api/private/xml/title/update">
  <result>
    <PageDetail>
      <page_id>68702</page_id>
      <page_title>Updated throu API</page_title>
    </PageDetail>
  </result>
</response>



 RSS of this page