## File

### Get a File Category

[**GET /fileCategories/{category_id}.json**](https://developer.teamwork.com/projects/file-categories/retrieving-all-of-a-file-categories)

```js
tw.fileCategories.get(category_id)
```

### Update a File Category

[**PUT /fileCategories/{category_id}.json**](https://developer.teamwork.com/projects/file-categories/updating-a-file-category)

```js
tw.fileCategories.update(category_id, body)
```

### Delete a File Category

[**DELETE /fileCategories/{category_id}.json**](https://developer.teamwork.com/projects/file-categories/deleting-a-file-category)

```js
tw.fileCategories.delete(category_id)
```
