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
| Name | Description | Required |
| scopeID | ID of the network the board is in. | Required |
| sectionId | ID of the section to be updated. | Required |
| name | The updated section name. | Optional |
| colourType | This 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§ionId=929000000864001&name=Completed+tasks&colourType=8Sample Response
Copied{
"updateBoardSection": {
"result": "success"
}
}