Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateWorkspaceConfigurationRequest

import type { UpdateWorkspaceConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface UpdateWorkspaceConfigurationRequest {
configuration: jsonP.JSONValue;
workspaceId: string;
}

§Properties

§
configuration: jsonP.JSONValue
[src]

The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.

§
workspaceId: string
[src]

The ID of the workspace to update.