You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a new endpoint for creating squeeze in the application. The new feature includes the implementation of the SqueezeController, SqueezeService, and necessary DTOs, entities, and a unit test.
How should this be manually tested?
Open Postman.
Set the request to POST.
Enter the URL for your API endpoint, e.g., http://localhost:3008/api/v1/squeeze.
Go to the Body tab and select raw. Then set the format to JSON and enter the JSON body with the required fields.
Description
This PR adds a new endpoint for creating squeeze in the application. The new feature includes the implementation of the
SqueezeController
,SqueezeService
, and necessary DTOs, entities, and a unit test.How should this be manually tested?
POST
.http://localhost:3008/api/v1/squeeze
.Body
tab and selectraw
. Then set the format toJSON
and enter the JSON body with the required fields.Example:
Success Response:
Failure Response:
Tasks
Task:
POST /api/v1/squeeze
endpoint to handle squeeze creation.The text was updated successfully, but these errors were encountered: