Skip to main content
PATCH
Update docs article

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
title
string
Minimum string length: 1
content
string

Markdown body.

Minimum string length: 1
summary
string
published
boolean
archived
boolean
show_on_home_page
boolean
group_id
string | null

Pass null to detach the article from any group.

portal_instance_id
string | null

Portal instance id to assign, from GET /portal/instances. null or omitted targets the Main (Root) portal.

icon
string

Nucleo icon name in PascalCase.

Required string length: 1 - 64
language
string

BCP-47 language code. When set, translatable fields upsert a translation row; non-translatable fields always apply to the base.

Response

Successful response

id
string
required
created_at
string
required
updated_at
string
required
title
string
required
summary
string
required
content
string
required
icon
string
required

Name of a Nucleo icon (PascalCase, e.g. Notepad, Atom). Must be a valid icon from https://nucleoapp.com - unknown names will not render in the dashboard or portal.

url_name
string
required
published
boolean
required
archived
boolean
required
show_on_home_page
boolean
required
image_url
string | null
required
group_id
string | null
required
portal_instance_id
string | null
required