---
title: "Update watermark information."
method: PUT
path: "/v2.1/accounts/{accountId}/watermark"
tags: ["AccountWatermarks"]
---

# Update watermark information.

`PUT /v2.1/accounts/{accountId}/watermark`

Returns information about the watermark for the account.

## Path parameters

- `accountId` string, required

## Request body

- Watermark
  - `displayAngle` string — The display angle of the watermark. Valid values: * 0 (horizontal) * 45 (diagonal) * 90 (vertical)
  - `enabled` string — When **true,** the watermark will be applied to documents that are still in progress. When **false,** the watermark will not be applied.
  - `font` string — The watermark's font. Valid values: - `courier` - `helvetica` - `timesnewroman`
  - `fontColor` string — The watermark's font color. Valid values: * `black` * `blue` * `red` * `gray` * `yellow`
  - `fontSize` string — The watermark's font size. Valid values: * `30` * `40` * `50` * `60` * `70` * `80` * `90`
  - `id` string — The ID of the watermark.
  - `imageBase64` string — The Base64 representation of the watermark image. This property is read-only.
  - `transparency` string — The transparency percentage of the watermark image. Valid values: * `5` * `10` * `15` * `20` * `25` * `30` * `35` * `40` * `45`
  - `watermarkText` string — The text for the watermark.

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
