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

# Update a Specific Completion

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

This endpoint updates supplied fields for a specific completion. <br><br>For Global Admin Tool Organizations, if the content belongs to a Tenant Organization, then the `X-Degreed-Organization-Code` header must be provided.<h3>Required Scope</h3>`completions:write`

## Path parameters

- `id` string, required

## Headers

- `X-Degreed-Organization-Code` string

## Request body

- CompletionsIdBody1
  - `data` Apiv2completionsidData
    - `type` string
    - `attributes` Apiv2completionsidDataAttributes
      - `completed-at` string — Date when the completion was created (For a Task, the server sets the `completed-at` date and it cannot be overriden.)
      - `is-verified` boolean — Indicates whether the completion is verified. The default value is `true`.
      - `questions-correct` integer — Specific to `Assessments`. Number of questions answered correctly.
      - `percentile` integer — Specific to `Assessments`. The user's percentile.

## Response `200`

Success

- PatchedCompletion
  - `data` PatchedCompletionData
    - `type` string
    - `id` string
    - `attributes` PatchedCompletionDataAttributes
      - `provider-id` string
      - `employee-id` string — The unique employee identifier.
      - `completed-at` string, date-time — Date when the completion was completed. (UTC)
      - `added-at` string, date-time — Date when the completion was added. (UTC)
      - `points-earned` string — Points earned by the completion.
      - `is-verified` boolean — The completion is verified.
      - `rating` integer — Whether the completed content was liked or disliked. `1` represents `liked` and `2` represents `disliked`.
      - `access-method` string — The method the content was accessed for the completion.
    - `links` SelfLink
      - `self` string
    - `relationships` union[]
      - union
        - object
          - `content` object
            - `data` object
              - …
        - object
          - `provider` object
            - `data` object
              - …
        - object
          - `user` object
            - `data` object
              - …
    - `included` PatchedCompletionDataIncluded[]
      - `type` string
      - `id` string
      - `attributes` PatchedCompletionDataAttributes1
        - `content-type` string
        - `url` string
        - `title` string
        - `provider` string
        - `content-duration` integer
        - `content-duration-type` string
        - `is-internal` boolean
      - `links` PatchedCompletionDataLinks
        - `self` 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/revisions/4a22b709515c/schema)
