JOBSLINK
  1. company/position
JOBSLINK
  • Default module
    • API
      • MENTOR
        • Mentor test
        • mentor/employee/find
        • mentor/company/find
        • mentor/application/find
        • mentor/position/options
        • mentor/position/find
        • mentor/statistics
      • COMPANY
        • company
          • company
          • company
        • company/position
          • company/position
            POST
          • company/position/{id}
            GET
          • company/position/{id}
            PUT
          • company/position/options
            GET
          • company/position/find
            POST
          • company/position/details/{lang}
            GET
          • company/position/{entityId}/details/{lang}/{alias}/{version}
            GET
          • company/position/{entityId}/details/{lang}/{alias}/{version}
            POST
          • company/position/{id}
            DELETE
          • company/position/stats
            GET
        • company/profile
          • company/profile/photo
          • company/profile/photo
          • company/profile/attachment
          • company/profile/attachment
          • profile/{group}/{id} Copy
        • company/application
          • company/application/{id}/hire
          • company/application/{id}/complete
          • company/application/{id}/interview
          • company/application/{id}/interview
          • company/application/{id}/reject
          • company/application/{id}/terminate
          • company/application/find
        • company/options
          GET
        • company/mentor
          GET
        • company/statistics
          GET
      • PROFILE
        • profile/{group}/{id}/photo
        • profile/{group}/{id}/attachment
        • profile/{group}/details/{lang}
        • profile/{group}/{id}/details/{lang}/{alias}/{version}
        • profile/company/{id}/details/{lang}/{alias}/{version}/{positionId}
        • profile/{group}/{id}
      • PUBLIC
        • reset/{username}
        • reset
        • version
        • signup
        • confirm
        • resend
      • UI
        • options/{lang}
      • EMPLOYEE
        • employee/profile/photo
        • employee/profile/photo
        • employee/profile/attachment
        • employee/profile/attachment
        • employee/profile/details/{lang}
        • employee/profile/details/{lang}/{alias}/{version}
        • employee/profile/details/{lang}/{alias}/{version}
        • employee/position/status/{status}
        • employee/application
        • employee/application/{id}
        • employee/application/status/{status}
        • employee/position/{id}/details/{lang}/{alias}/{version}
        • employee/mentor
        • employee/statistics
      • ADMIN
        • admin/company/find
        • admin/employee/find
        • admin/position/find
        • admin/position/options
        • profile/employee/{id}
        • profile/employee/details/{lang}
        • profile/employee/{id}/details/{lang}/{alias}/{version}
        • profile/employee/{id}/photo
        • profile/employee/{id}/attachment
        • profile/company/{id}
        • profile/company/details/{lang}
        • profile/company/{id}/details/{lang}/{alias}/{version}
        • profile/company/{id}/photo
        • profile/company/{id}/attachment
        • profile/company/{id}/details/{lang}/{alias}/{version}/{positionId}
        • profile/view/position/{id}
        • profile/view/application/{id}
        • admin/application/find
        • admin/mentor/find
        • admin/employee/{employeeId}/mentor
        • admin/employee/{employeeId}/mentor
        • admin/company/{companyId}/mentor
        • admin/company/{companyId}/mentor
        • admin/company/options
        • admin/statistics
      • Public test
        GET
    • COGNITO
      • 1 - Signup
      • 2.1 - Confirm
      • 2.2 - Resend ConfirmationCode
      • 3 - Add to group
    • DESIGN
      • test
    • Auth
      POST
    • Schemas
      • testEntity
  1. company/position

company/position/{id}

Testing Env
https://api.jobslink.pikei.xyz
Testing Env
https://api.jobslink.pikei.xyz
PUT
/secured/company/position/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.jobslink.pikei.xyz/secured/company/position/94e0bb4f-799e-423f-af95-6912f1428061' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "title": "title123",
    "status": "active"
}'
Response Response Example
{}
Modified at 2025-10-28 17:22:22
Previous
company/position/{id}
Next
company/position/options
Built with