api-docs-icon

Update a specific guide for a specific version of a documentation project

PATCH
/ doc_project/ {doc_name}/ version/ {doc_version}/ guide/ {guide_id}

doc_name
string
required

Unique project name or the uuid

Example:
my-project
doc_version
union
required

Variant 1
string (uuid)
OR
Variant 2
integer
guide_id
string (uuid)
required

object
content
string
icon
string
nullable

lucide icon name for guide, see https://lucide.dev/icons/ for complete list of options

Example:
house
nav_label
string

the label that shows on the navbar for this guide

next_id
string (uuid)
nullable
prev_id
string (uuid)
nullable
slug
string

the url slug (route) for this guide. Must be one word. Use - for spaces. optimize the name for SEO

table_of_contents
boolean

Responses

Updated guide

application/json
object
created_at
string (date-time)
required
default_next_href
object
required
nullable

default_prev_href
object
required
nullable

icon
string
required
nullable

lucide icon name for guide, see https://lucide.dev/icons/ for complete list of options

Example:
house
id
string (uuid)
required
is_parent
boolean
required
nav_label
string
required

the label that shows on the navbar for this guide

next_href
object
required
nullable

order
integer
required
parent_id
string (uuid)
required
nullable
prev_href
object
required
nullable

slug
string
required

the url slug (route) for this guide. Must be one word. Use - for spaces. optimize the name for SEO

table_of_contents
boolean
required

Code Examples

Response