WriteAppFileBody
Request body for an AppFile operation.
Definition
TypeScript
interface WriteAppFileBody {
content: string;
}Fields
| Field | Type | Notes |
|---|---|---|
content | string | required — File content to write |
Request body for an AppFile operation.
interface WriteAppFileBody {
content: string;
}| Field | Type | Notes |
|---|---|---|
content | string | required — File content to write |