Create a new document
POST
/api/documents
POST /api/documents
Creates a document owned by the current user
Request Bodyrequired
Request to create a new document
object
access_level
string | null
context_id
string | null format: uuid
context_type
string | null
description
string | null
doc_type
string | null
initial_content
string | null
title
required
string
Responses
201
Create a new document
401
Unauthorized
404
Not found