---
title: "Update an approval role"
method: PUT
path: "/approvalRoles/{approvalRoleId}"
tags: ["Approvals"]
---

# Update an approval role

`PUT /approvalRoles/{approvalRoleId}`

Updates the details of the specified approval role

## Path parameters

- `approvalRoleId` string, required

## Request body

- ApprovalRoleJson
  - `id` string
  - `name` string
  - `description` string
  - `createdOn` integer
  - `updatedOn` integer

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
