changelog: note S50 §7 orgs REST
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
dd52f0bb3f77002e538be55d096c4346d35f257d- Parents
-
4dfbb01 - Tree
5b2da29
dd52f0b
dd52f0bb3f77002e538be55d096c4346d35f257d4dfbb01
5b2da29| Status | File | + | - |
|---|---|---|---|
| M |
CHANGELOG.md
|
6 | 0 |
CHANGELOG.mdmodified@@ -105,6 +105,12 @@ between minor releases. | ||
| 105 | 105 | `search/commits` and `search/users` endpoints, plus the |
| 106 | 106 | `sort=`/`order=` knobs, are deferred to follow-ups. |
| 107 | 107 | - **Capability:** `search` added to `/api/v1/meta`. |
| 108 | +- **REST: orgs (S50 §7).** `GET /api/v1/user/orgs` (self), | |
| 109 | + `GET /api/v1/users/{username}/orgs` (public; shithub has no | |
| 110 | + hidden membership distinction in v1), | |
| 111 | + `GET /api/v1/orgs/{org}` (single fetch; 404 for soft-deleted), | |
| 112 | + `GET /api/v1/orgs/{org}/members`. Scope: `user:read`. | |
| 113 | +- **Capability:** `orgs` added to `/api/v1/meta`. | |
| 108 | 114 | |
| 109 | 115 | ### Added (internal) |
| 110 | 116 | |