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
Implement an Api endpoint to update a job post detail, incase of any omission in job details.
Acceptance Criteria
The endpoint should be accessible at api/v1/jobs/:id
The endpoint should accept HTTP PATCH requests.
The endpoint should check that the user has the appropriate permissions.
The endpoint should validate all data passed in the body of the request
Requests to the endpoint must include a valid authentication token in the Authorization header. Authorization: Bearer
Given a request with a valid job post ID, when the user is authenticated and authorized, the system should update the user with a status code of 200
Given a request with an invalid or non-existent user ID, when the user is authenticated and authorised, the system should return a 404 Not Found status.
Description
Implement an Api endpoint to update a job post detail, incase of any omission in job details.
Acceptance Criteria
Request
Expected Outcome
Purpose
Enable updating of a posted job details, incase of any error(typo, etc)
Requirements
Checklist
Unit tests
The text was updated successfully, but these errors were encountered: