Publish Document
Purpose
To publish document externally or within the organization from your Writer account.
HTTP Request URL
https://{zohoapis_domain}/writer/api/v1/documents/{{document_id}}/publish
HTTP Method
POST
Path Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
document_id | String | Specify the unique id of the document to be published. |
Body Parameters
Parameter | Data Type | Description |
Mandatory Parameters | ||
scope | String | Specify scope = "external" to publish the document to public. Specify scope = "organization" to publish the document within the organization. |
Optional Parameters | ||
auto_republish | Boolean | Enter auto_republish ="true". This republishes the document automatically whenever a change is made. |