This document outlines the REST API for a simple bulletin board system. The API provides endpoints for posting, retrieving, and deleting comments, with pagination support for comment retrieval.
- Base URL:
/api/v1
- Response Format: JSON
- Authentication: Not implemented in this simple version