HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

UPDATE an article

This API is used to update title, body, private, custom_templates and children of articles that are active. Deleted articles cannot be updated. NOTE: Children can only be added and not removed, as of now.

Recipes
🦉
Migrate Article Children
Open Recipe
Path Params
integer
required

ID of the article

Body Params
string
required

title of the article

string
required

Body of the article

boolean

Is the article private? (By default, it is public)

array of integers

List of custom-template ID's, which can be obtained from CustomTemplates API call.

custom_templates
object

List of children (can be article or table)

boolean

When Agile Approval is enabled, true, on the article. For new Articles, this defaults to false

Responses

Language
Credentials
URL
Choose an example:
application/json