---
title: "Update A Specific Job Role"
method: PATCH
path: "/api/v2/job-roles/{id}"
tags: ["Job Roles"]
---

# Update A Specific Job Role

`PATCH /api/v2/job-roles/{id}`

This endpoint updates a specific job role. <h3>Required Scope</h3>`job_roles:write`

## Path parameters

- `id` string, required

## Request body

- V2JobrolesidBody
  - `data` Apiv2jobrolesidData
    - `type` string — The resource type identifier.
    - `attributes` Apiv2jobrolesidDataAttributes
      - `role-id` string, required — The ID of the job role.
      - `name` string — The name of the job role.
      - `description` string — A description of the job role.
      - `suggest-in-welcome-tour` integer — Indicates whether the job role should be suggested during the welcome tour (0 = no, 1 = yes).
      - `data` Apiv2jobrolesidDataAttributesData[] — A list of skills associated with the job role.
        - `type` string — The related resource type.
        - `id` string — The name of the skill.
        - `meta` Apiv2jobrolesidDataAttributesMeta — Metadata describing the relationship between the job role and the skill.
          - `target-level` integer — The target proficiency level expected for the skill.
          - `priority` integer — Indicates whether the skill is considered a priority for the organization (0 = not a priority, 1 = priority).

## Response `200`

Success

- InlineResponse20026
  - `data` InlineResponse20026Data
    - `type` string — The resource type identifier.
    - `id` string — The ID of the job role.
    - `attributes` InlineResponse20026DataAttributes
      - `role-id` string — The ID of the job role.
      - `name` string — The name of the job role.
      - `description` string — A description of the job role.
      - `suggest-in-welcome-tour` integer — Indicates whether the job role should be suggested during the welcome tour (0 = no, 1 = yes).
      - `data` Apiv2jobrolesidDataAttributesData[] — A list of skills associated with the job role.
        - `type` string — The related resource type.
        - `id` string — The name of the skill.
        - `meta` Apiv2jobrolesidDataAttributesMeta — Metadata describing the relationship between the job role and the skill.
          - `target-level` integer — The target proficiency level expected for the skill.
          - `priority` integer — Indicates whether the skill is considered a priority for the organization (0 = not a priority, 1 = priority).

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
