-
Notifications
You must be signed in to change notification settings - Fork 4
API Comments Endpoints
Michele Angioni edited this page Mar 8, 2016
·
1 revision
Endpoint
POST /api/v1/comments
Data Receivable
'idPost' => 'required|integer|min:1',
'text' => 'required|alpha_complete|min:1'
Authentication Header
Required
Endpoint
DELETE /api/v1/comments /{id}
Authentication Header
Required
N.B. The /api
prefix in the url can be customized by changing the api_prefix
key to true in the ma_messageboard.php
config file.
Welcome on board
Message Board
- Retrieving a User Posts
- Managing Posts
- Post Categories
- Managing Comments
- Managing Likes
- Bans
- Message Board Events
- Roles and Permissions
Notifications
- Notifications Configuration
- Managing Notifications
- Notifications after Message Board events
- Notifications Events
API