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
Develop an endpoint to search for job listing by the company name. The endpoint will accept a "company name" as a query parameter, validate and sanitize the input, and retrieve all the job listings by the company in the database.
Description
Develop an endpoint to search for job listing by the company name. The endpoint will accept a "company name" as a query parameter, validate and sanitize the input, and retrieve all the job listings by the company in the database.
Acceptance Criteria
Requirements
Endpoint:
Request Body:
Responses:
Successful Response
Error response
Unit Test
The text was updated successfully, but these errors were encountered: