feat(blog): add representation blog management features including listing, creating, and editing blogs
This commit is contained in:
@@ -224,6 +224,7 @@ A representative (`ROLE_REPRESENTATION`) manages their own posts for their own d
|
||||
| Route | Method | Path | Permission |
|
||||
|-------|--------|------|------------|
|
||||
| list own | GET | `/api/v1/representation/blogs` | `ROLE_REPRESENTATION` (`page`,`limit`,`status`) |
|
||||
| get own | GET | `/api/v1/representation/blog/{uuid}` | `ROLE_REPRESENTATION` |
|
||||
| create | POST | `/api/v1/representation/blog` | `ROLE_REPRESENTATION` |
|
||||
| update own | PATCH | `/api/v1/representation/blog/{uuid}` | `ROLE_REPRESENTATION` |
|
||||
| delete own | DELETE | `/api/v1/representation/blog/{uuid}` | `ROLE_REPRESENTATION` |
|
||||
|
||||
Reference in New Issue
Block a user