The purpose of this API is to update a board's details in Zoho Connect network.
Request URL: | https://connect.zoho.com/pulse/api/updateBoard |
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 |
boardId | ID of the Board. | Required |
desc | Description for the board. | Optional |
name | Board name. | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/updateBoard?scopeID=929000000015001&name=External+board&boardId=929000000862001
Sample Response
Copied{
"updateBoard": {
"result": "success",
"board": {
"id": "929000000862001",
"name": "External board",
"partitionUrl": "internal-board",
"url": "internal-board",
"status": "ACTIVE",
"isAdmin": "true",
"type": "PROJECT",
"typeOrd": "5",
"isUserFollow": "false"
}
}
}