Update candidate review session info
PUT /api/v1/integrations/external/review-sessions/{externalId}/activate
Header
| Name | Data Type | Description |
|---|---|---|
| Content-type: | application/json | for all requests |
| Authorization: | EAPI {token} | for all requests |
Response codes
| Code | Description |
|---|---|
| 200 | Successful operation |
| 403 | Not allowed to use external API |
| 400 | Possible error codes: 1100: ReviewSessionExternalId can not be null or empty 1101: Review session has not been found 1128: Candidate result is already added to an ongoing review session |
| 500 | Internal server error |