# ApplyPatchCreateFileOperationParam
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | **String** | The operation type. Always `create_file`. |
**path** | **String** | Path of the file to create relative to the workspace root. |
**diff** | **String** | Unified diff content to apply when creating the file. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)