UpdateFunctionFileBody
Request body for updating a FunctionFile.
Definition
TypeScript
interface UpdateFunctionFileBody {
name?: string | undefined;
source?: string | undefined;
}Fields
| Field | Type | Notes |
|---|---|---|
name | string | undefined | optional — New logical file name. Must remain unique within the version. |
source | string | undefined | optional — New raw file contents. |