UpdateAppVersionFileBody

Request body for an AppVersion operation.

Definition

TypeScript
interface UpdateAppVersionFileBody {
  path: string;
  content: string;
}

Fields

FieldTypeNotes
pathstringrequired — File path relative to the app root (e.g. src/App.tsx).
contentstringrequired — New file content.