Community Operators
7 endpoints, generated from the live router communityOperators.ts.
| Method | Path | Auth |
|---|---|---|
POST | /api/community-operators/propose | session |
GET | /api/community-operators | public |
GET | /api/community-operators/:id | public |
POST | /api/community-operators/:id/open-vote | session |
POST | /api/community-operators/:id/stake | session |
POST | /api/community-operators/:id/resolve | session |
POST | /api/community-operators/:id/promote | session |
Source: shared/api-core/src/routes/communityOperators.ts