---
title: "Update a Specific Experience"
method: PATCH
path: "/api/v2/experiences/{id}"
tags: ["Experiences"]
---

# Update a Specific Experience

`PATCH /api/v2/experiences/{id}`

This endpoint updates the specified experience. <h3>Required Scope</h3>`experiences:write`

## Path parameters

- `id` string, required

## Request body

- ExperiencesIdBody
  - `data` Apiv2experiencesidData
    - `type` string
    - `attributes` Apiv2experiencesidDataAttributes
      - `tags` string[] — Skills that are relevant to this experience.
      - `user-id` string
      - `user-identifier-type` string
      - `experience-type` string — The type of experience. Can be any of JobRole, Project, Mentorship, Menteeship, Shadowing, StretchAssignment, or Other.
      - `experience-type-peer-name` string — The mentee or mentor name. This field is required if `experience-type` is Mentorship or Menteeship.
      - `start-date` string, date-time
      - `end-date` string, date-time
      - `weekly-hours` integer
      - `organization-name` string
      - `title` string
      - `description` string
      - `seniority` string — Can be any of Junior, Intermediate, or Senior.
      - `is-current` boolean — Indicates whether this is the current position.

## Response `201`

Success

- InlineResponse2019
  - `data` InlineResponse2019Data
    - `type` string
    - `id` string
    - `attributes` InlineResponse2019DataAttributes
      - `tags` string[]
      - `employee-id` string
      - `experience-type` string
      - `experience-type-peer-name` string
      - `start-date` string, date-time
      - `end-date` string, date-time
      - `weekly-hours` integer
      - `organization-name` string
      - `title` string
      - `description` string
      - `seniority` string
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `points-earned` string
      - `is-current` boolean
    - `links` SelfLink
      - `self` string
    - `relationships` InlineResponse20014Relationships[]
      - `created-by` InlineResponse20014Createdby
        - `data` InlineResponse20014CreatedbyData
          - `id` string
          - `type` string

---

[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/versions/4a22b709515c/schema)
