---
title: "Update a Specific Accomplishment"
method: PATCH
path: "/api/v2/accomplishments/{id}"
tags: ["Accomplishment"]
---

# Update a Specific Accomplishment

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

This endpoint updates supplied fields for a specific accomplishment. <h3>Required Scope</h3>`accomplishments:write`

## Path parameters

- `id` string, required

## Request body

- AccomplishmentsIdBody
  - `data` Apiv2accomplishmentsidData
    - `attributes` Apiv2accomplishmentsidDataAttributes
      - `title` string, nullable — Text describing the accomplishment.The max length is 255 characters.
      - `started-at` string, date-time, nullable — Date when the accomplishment was started.
      - `completed-at` string, date-time, nullable — Date when the accomplishment was completed.
      - `image-url` string, nullable — Url of an image which will be shown on the content cards at Degreed.
      - `rating` integer, nullable — Rating of the accomplishment, an integer value from 1 up to and including 8.

## Response `200`

Success

- Accomplishment
  - `data` PostedAccomplishmentData
    - `type` string
    - `id` string
    - `attributes` PostedAccomplishmentDataAttributes
      - `user-identifier-type` string, nullable
      - `user-id` string, nullable
      - `title` string, nullable
      - `started-at` string, date-time, nullable — UTC
      - `completed-at` string, date-time, nullable — UTC
      - `image-url` string, nullable
      - `rating` integer, nullable
  - `links` SelfLink
    - `self` string
  - `relationships` UserRelationshipsInner[]
    - `user` UserRelationshipsInnerUser
      - `data` UserRelationshipData
        - `id` string, nullable
        - `type` string, nullable

---

[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)
