Overwrites the content of a specified page within a workspace (team_id).
Accepts either raw HTML or structured content which is proxied to the collaboration server.
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Page ID is a numerical string that identifies a Page.
new page content
The content to set on the page
102400Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown page content successfully updated