Skip to main content
PATCH
Update Application Status

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires Company authentication.

Headers

Path Parameters

string
required
The unique identifier of the application (UUID).

Request Body

enum
required
The new status for the application. Supported values: PENDING, REVIEWED, SHORTLISTED, INTERVIEW_SCHEDULED, REJECTED, HIRED, WITHDRAWN

Example Request

Response

Success Response (200 OK)

Current Implementation: This endpoint currently returns a success envelope only. It does not return the updated application object.

Error Responses

400 Bad Request - Validation Error

401 Unauthorized

403 Forbidden

404 Not Found