Skip to main content
POST
/
organizations
/
{organizationName}
/
workspaces
/
{workspaceName}
/
documents
{
  "path": "<string>",
  "content": "<string>",
  "type": "workbook",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

organizationName
string
required
workspaceName
string
required

Query Parameters

overwrite
boolean

Body

application/json
path
string
content
string
type
enum<string>
Available options:
workbook,
dashboard
createdAt
string<date-time>
updatedAt
string<date-time>

Response

path
string
content
string
type
enum<string>
Available options:
workbook,
dashboard
createdAt
string<date-time>
updatedAt
string<date-time>