api-docs-icon

Create Sidebar Item

POST
/ doc_project/ {doc_name}/ version/ {doc_version}/ sidebar

object
required
component
union
required

parent_id
string (uuid)

Parent sidebar item to nest new sidebar item within

position
enum
default: bottom
Allowed Values:
bottom
top
space_id
string (uuid)

Space in which the new sidebar item should be added. If not provided the item will be added to the sidebar in the default space

Responses

Sidebar item & component created

application/json
object
children
array[object]
required
object

component
union
required

created_at
string (date-time)
required
id
string (uuid)
required
order
integer
required
parent_id
string
required
nullable
space_id
string (uuid)
required

Code Examples












Response