Update article
Articles
Update article
This API allows to update an existing article.
PATCH
Update article
Replace
Learn how to find your subdomain in Workspace subdomain.
{your-subdomain} with your workspace’s subdomain. Learn how to find your subdomain in Workspace subdomain.
Headers
Use the X-Api-Key header to provide your workspace API key. Refer to Authentication for more information.
Path Parameters
Unique identifier of the article (permalink identifier). 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