---
title: "Update Resolution"
method: PUT
path: "/api/datasubject/v2/resolutions/{resolutionId}"
tags: ["Resolutions"]
---

# Update Resolution

`PUT /api/datasubject/v2/resolutions/{resolutionId}`

Use this API to update an existing resolution.

## Path parameters

- `resolutionId` string, uuid, required — resolutionId

## Request body

- PrivacyAutomationDataSubjectRequestDSRAutomationRequestResolutionV2Dto
  - `id` string, uuid — The unique identifier for the resolution code. This is automatically generated when a new resolution code is created, not required in resolution creation payload.
  - `close` boolean, required — Indicates whether this resolution code should be available as an option when closing a request. Set to true to make it available for closing requests.
  - `reject` boolean, required — Indicates whether this resolution code should be available as an option when rejecting a request. Set to true to make it available for rejecting requests.
  - `complete` boolean, required — Indicates whether this resolution code should be available as an option when completing a request. Set to true to make it available for completing requests.
  - `type` integer — Specifies the type of resolution code, which determines where it appears in the UI. By default, this is set to 10 for request-level resolutions. Use 20 for subtask resolutions.
  - `titleTranslations` object — A map of language codes to translated titles for this resolution code. English (en-us) translation is required. Each translation must be unique per language and type across all resolution codes.
  - `descriptionTranslations` object — A map of language codes to translated descriptions for this resolution code. The default English (en-us) translation must be present.

## Response `200`

OK

- PrivacyAutomationDataSubjectRequestDSRAutomationRequestResolutionV2Dto
  - `id` string, uuid — The unique identifier for the resolution code. This is automatically generated when a new resolution code is created, not required in resolution creation payload.
  - `close` boolean, required — Indicates whether this resolution code should be available as an option when closing a request. Set to true to make it available for closing requests.
  - `reject` boolean, required — Indicates whether this resolution code should be available as an option when rejecting a request. Set to true to make it available for rejecting requests.
  - `complete` boolean, required — Indicates whether this resolution code should be available as an option when completing a request. Set to true to make it available for completing requests.
  - `type` integer — Specifies the type of resolution code, which determines where it appears in the UI. By default, this is set to 10 for request-level resolutions. Use 20 for subtask resolutions.
  - `titleTranslations` object — A map of language codes to translated titles for this resolution code. English (en-us) translation is required. Each translation must be unique per language and type across all resolution codes.
  - `descriptionTranslations` object — A map of language codes to translated descriptions for this resolution code. The default English (en-us) translation must be present.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
