Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

The purpose of this API is to update a section in a board in Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/updateBoardSection

OAuth Scope:

zohopulse.tasks.UPDATE

Request Method:

PUT

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired
scopeIDID of the network the board is in.Required
sectionIdID of the section to be updated.Required
nameThe updated section name.Optional
colourTypeThis is to update the color for the section. You can set this as any value from 0-9.Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/updateBoardSection?scopeID=929000000015001&sectionId=929000000864001&name=Completed+tasks&colourType=8

Sample Response

Copied{
  "updateBoardSection": {
    "result": "success"
  }
}