This API allows to update an existing article.
{your-workspace} with your workspace’s subdomain. X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Unique identifier of the article. Refer to the NeetoKB help article for detailed instructions.
"a-84af178b"
Title of the article.
"Getting Started"
Status of the article.
draft, published "draft"
Content of the article in HTML format.
"<h1>Welcome</h1><p>Example content</p>"
URL-friendly version of the article's title. Can only be modified if the article's state is published.
"getting-started"
OK - Request succeeded