---
title: "Update Clickwrap"
method: PATCH
path: "/clickwraps/{id}"
tags: ["clickwraps", "Clickwraps"]
---

# Update Clickwrap

`PATCH /clickwraps/{id}`

Update Clickwrap

## Path parameters

- `id` integer, required

## Response `200`

The Clickwraps object.

- ClickwrapEntity — ClickwrapEntity model
  - `id` integer — Clickwrap ID
  - `name` string — Name of the Clickwrap agreement (used when selecting from multiple Clickwrap agreements.)
  - `body` string — Body text of Clickwrap (supports Markdown formatting).
  - `use_with_users` 'none' | 'require' | 'require_all_users_once' | 'require_all_users_always' — Use this Clickwrap for Users? Values: `none`, `require` (new user signup via email invitation only), `require_all_users_once` (show to all users at their next web login; once accepted, not shown again), `require_all_users_always` (show to all users on every web login).
  - `use_with_bundles` 'none' | 'available' | 'require' | 'available_to_all_users' — Use this Clickwrap for Bundles?
  - `use_with_inboxes` 'none' | 'available' | 'require' | 'available_to_all_users' — Use this Clickwrap for Inboxes?

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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