GET /fileCategories/{category_id}.json
tw.fileCategories.get(category_id)
PUT /fileCategories/{category_id}.json
tw.fileCategories.update(category_id, body)
DELETE /fileCategories/{category_id}.json
tw.fileCategories.delete(category_id)
GET /fileCategories/{category_id}.json
tw.fileCategories.get(category_id)
PUT /fileCategories/{category_id}.json
tw.fileCategories.update(category_id, body)
DELETE /fileCategories/{category_id}.json
tw.fileCategories.delete(category_id)