Thanks
Users can thank other users for their contributions to revisions.
Overview
The thanks feature allows users to express appreciation for revisions. When a user thanks another user for a revision, it's recorded in the system.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /entities/{entity_id}/revisions/{revision_id}/thanks |
Get all thanks for a specific revision |
| GET | /users/{user_id}/thanks/received |
Get thanks received by a user |
| GET | /users/{user_id}/thanks/sent |
Get thanks sent by a user |
How It Works
- A user sends a thank for a specific revision
- The thank is recorded with the sender and revision info
- Thanks are aggregated per user (received/sent counts)
- Users can see who thanked them and for which revision
Use Cases
- Show appreciation for helpful edits
- Encourage quality contributions
- Track user engagement