put/application/{applicationId}
When a candidate applies to a job post an application identified by an unique code is created. A request to this operation updates the application identified by the application id specified in the URL for the authenticated user.
Request
Resource URL
https://api.infojobs.net/api/1/application/{applicationId}
Security
- User Role: role_candidate
- Scope: my_applications
Parameters
Name | Description |
---|---|
applicationId Required String |
Identifier of the application to retrieve for the authenticated user. Example values: 706285-6d45-483a-8327-d8c81b0a62 |
hide Optional Boolean |
If you want to hide the current application for the authenticated user. Default value: false |
Response
Empty response body
Error codes
Code | Description |
---|---|
321 |
The application (applicationId) is not a valid parameter. |
Examples
This example hides the application with the id: 1e8d8ce6-95f1-4bd5-b9df-9cee360f0e3f for the authenticated user.
Request
PUT https://api.infojobs.net/api/1/application/1e8d8ce6-95f1-4bd5-b9df-9cee360f0e3f?hide=true
{hide:true}
Response
{}