Module: categories
Method: list
Lists community categories, paginated
Parameters:
- page - page number (optional, first page if not specified)
Method: show
Retrieves information on single category
Parameters:
- id - category ID (mandatory)
Method: create
Creates new category
Parameters:
- name - name for category (mandatory)
- description - description for category (optional)
Method: change
Alters single category name and/or its description
Parameters:
- id - category ID (mandatory)
- name - new name for category (optional)
- description - new description for category (optional)
Method: remove
Deletes single category
Parameters:
- id - category ID (mandatory)