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

UpdateProjectRequest

import type { UpdateProjectRequest } from "https://aws-api.deno.dev/v0.3/services/mobile.ts?docs=full";

Request structure used for requests to update project configuration.

interface UpdateProjectRequest {
contents?: Uint8Array | string | null;
projectId: string;
}

§Properties

§
contents?: Uint8Array | string | null
[src]

ZIP or YAML file which contains project configuration to be updated. This should be the contents of the file downloaded from the URL provided in an export project operation.

§
projectId: string
[src]

Unique project identifier.