box-open-sdk 0.1.1

Generated Box API SDK for Rust (community, unofficial).
Documentation
<!-- Generated by box-gantry. DO NOT EDIT. -->
# TrashedFilesManager

Reach these methods through the `trashed_files` field on `client::Client`.

## create_file

`POST /files/{file_id}`

| Parameter | In | Type | Required |
|---|---|---|---|
| `file_id` | path | `String` | yes |
| `fields` | query | `Vec<String>` | no |

**Request body** (`application/json`): `FileCreateRequest`

**Returns:** `TrashFileRestored`

## get_file_trash

`GET /files/{file_id}/trash`

| Parameter | In | Type | Required |
|---|---|---|---|
| `file_id` | path | `String` | yes |
| `fields` | query | `Vec<String>` | no |

**Returns:** `TrashFile`

## delete_file_trash

`DELETE /files/{file_id}/trash`

| Parameter | In | Type | Required |
|---|---|---|---|
| `file_id` | path | `String` | yes |

**Returns:** no content