Organization Management: Delete & Edit Functionality#956
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
OpenAPI changes 🟢 10 non-breaking changesTip Safe to merge from an API-contract perspective. Full changelog ·
|
| Method | Path | Change | |
|---|---|---|---|
| 🟢 | — |
— |
removed the schema APIResponse_List_OrganizationPublic__ |
| 🟢 | — |
— |
removed the schema APIResponse_List_ProjectPublic__ |
| 🟢 | GET |
/api/v1/organizations |
added the new optional query request parameter is_active |
| 🟢 | GET |
/api/v1/organizations |
added the new optional query request parameter search |
| 🟢 | DELETE |
/api/v1/organizations/{org_id} |
endpoint added |
| 🟢 | GET |
/api/v1/projects |
added the new optional query request parameter is_active |
| 🟢 | GET |
/api/v1/projects |
added the new optional query request parameter search |
| 🟢 | GET |
/api/v1/projects/organization/{org_id} |
added the new optional query request parameter is_active |
| 🟢 | GET |
/api/v1/projects/organization/{org_id} |
added the new optional query request parameter search |
| 🟢 | DELETE |
/api/v1/projects/{project_id} |
endpoint added |
main ↔ cd695204 · generated by oasdiff
…kend into feat/edit-delete-org-project
…jectTech4DevAI/kaapi-backend into feat/edit-delete-org-project
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Issue
Closes #903
Summary
Checklist
Before submitting a pull request, please ensure that you mark these task.
fastapi run --reload app/main.pyordocker compose upin the repository root and test.