Add tsoa create endpoints for orgs users and projects

This commit is contained in:
2026-03-03 16:06:30 +00:00
parent 8e223bfbec
commit 2d2aacf2c0
12 changed files with 803 additions and 63 deletions

View File

@@ -56,6 +56,7 @@ The data is intentionally uneven across orgs so consumers can test:
### Organizations
- `POST /orgs`
- `GET /orgs`
- `GET /orgs/:orgId`
- `GET /orgs/:orgId/projects`
@@ -63,8 +64,10 @@ The data is intentionally uneven across orgs so consumers can test:
### Users and Projects
- `POST /users`
- `GET /users`
- `GET /users?orgId=org_acme`
- `POST /projects`
- `GET /projects`
- `GET /projects?orgId=org_northstar`