The purpose of this API is to publish a manual in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/publishManual |
OAuth Scope: | zohopulse.pagelist.CREATE |
Request Method: | POST |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | ID of the network the manual is in. You can get this from the Network list API. | Required |
manualId | ID of the manual to be published. | Required |
partitionId | Group ID to publish the Manual to. | Required |
isPublic | Set this as either True or False. | Optional |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/publishManual?scopeID=929000000015001&manualId=929000000915003&partitionId=929000000915003
Sample Response
Copied{
"publishManual": {
"result": "success"
}
}