---
title: "Update Consent"
method: PUT
path: "/workspaces/consent"
tags: ["/workspaces"]
---

# Update Consent

`PUT /workspaces/consent`

Update the consent status for the workspace.

## Request body

- UpdateConsentRequest — Request to update the consent status for the workspace.
  - `type` 'CONSENT_FULL' | 'CONSENT_SUPPORT' | 'REVOKE' | 'UNKNOWN', required

## Response `200`

Successful Response

- EmptyResponse

## Other responses

- `422` — Validation Error

## Changes

- **2025-10-28** `c8152db45500` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/contextualai/apis/endpoints/changes/workspaces/consent/put.md)

---

[API](https://skmtc.dev/contextualai/apis/endpoints.md) · [All operations](https://skmtc.dev/contextualai/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/contextualai/endpoints/revisions/c8152db45500/schema)
