Skip to main content
PATCH
/
organizations
/
{organizationName}
/
workspaces
/
{workspaceName}
/
documents
/
{documentPath}
{
  "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
documentPath
string
required

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>