Open
Description
openedon Jul 5, 2023
The following APIs should be created for serverless:
PATCH /api/cases/<case_id>
DELETE /api/cases/<case_id>
From the existing endpoints we should expose the following but without the support of comments.
GET /api/cases/<case_id>
POST /api/cases
GET /api/cases/_find
Acceptance criteria
- Validation if needed
- Unit tests
- Integration tests
The responses of the above APIs should not return comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment