CMS Admin: Activity posts
The backend supports endpoints for handling ActivityPost
-s (aka news items)
- GET /api/v1/cms/activity-posts endpoint exposes the filtering of recent posts (genesys-server#394 (closed))
- GET /api/v1/cms/activity-post/{id}: gets post by id
- POST /api/v1/cms/create-post: create new post
- POST /api/v1/cms/update-activity-post: update post
- POST /api/v1/cms/delete-post/{id}: delete post
Admin UI for posts
Add Admin tools to list, edit and display posts in Admin CMS submenu Posts.