--- title: updateStatus (/clients/updateStatus/:LinkID) tags: client --- **URL** : /clients/updateStatus/:LinkId Http method : patch --- **Header** ``` ``` **Request** ``` { "password" : "abc@123", "candidate" : [ { "id" : "73a76a25-c182-4da3-b757-12c39d5feb39", "status" : "Rejected" } ] } ``` **Description** status: Joi.string().required().valid('Accepted' , 'Rejected') --- **Header** ``` ``` **Response** ``` { "meta": { "code": 200, "message": "Success!", "isError": false }, "data": { "candidate": [ { "id": "de92413a-af8e-4dd3-8f8b-94e3198bd050", "status": "Rejected", "currentProcess": "tech 2", "shareResumeBlocked": true, "created_at": "2020-10-26T13:59:35.673212+00:00", "updated_at": "2020-10-26T14:11:58.307798+00:00", "appiled_by": "c6f46883-2e33-4da1-bbd0-d45dece9d9fa" } ] } } ``` **Description**
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up