Replace
Learn how to find your subdomain in Identifying your subdomain.
{your-workspace}
with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Headers
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.
Path Parameters
Unique identifier of the article. Refer to the NeetoKB help article for detailed instructions.
Example:
"a-84af178b"
Body
application/json
Title of the article.
Example:
"Getting Started"
Status of the article.
Available options:
draft
, published
Example:
"draft"
Content of the article in HTML format.
Example:
"<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
.
Example:
"getting-started"
Response
200 - application/json
OK - Request succeeded