AboutSupportDeveloper GuideVersion 22.3.18

Request for updating a saved workspace in persistent storage.

interface UpdateSavedWorkspaceRequest {
    workspace: Workspace;
    workspaceId: string;
}

Properties

workspace: Workspace

The updated workspace.

workspaceId: string

The ID of the workspace to update.

MMNEPVFCICPMFPCPTTAAATR