update_project_yaml
Push YAML changes to a FlutterFlow project to update its configuration. Validate YAML beforehand to avoid errors.
Instructions
Push YAML changes to a FlutterFlow project. IMPORTANT: Always call validate_yaml first to check for errors before updating. For best results, call get_editing_guide before writing YAML to get the correct workflow and schema documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The FlutterFlow project ID | |
| fileKeyToContent | Yes | Map of file keys to YAML content. Pass each value as a normal multi-line YAML string. |