CategoryData

public struct CategoryData : Content

Used to return the ID and title of a Category.

Returned by:

  • GET /api/v3/forum/categories
  • GET /api/v3/forum/catgories/ID

See ForumController.categoriesHandler(_:)